-
Notifications
You must be signed in to change notification settings - Fork 13.3k
GDB support w/new toolchain and UART driver #5559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
073299b
Add full gdb support with uart/Serial integration
kylefleming e618125
Merge branch 'master' into gdb
earlephilhower c3890bd
Fix GDB merge errors
earlephilhower 211c2f3
Merge branch 'master' of https://github.com/esp8266/Arduino into gdb
earlephilhower 6a714f3
Update to unpatched GDB protocol specification
earlephilhower a4c8ea4
Fix .iram.literal to come before .iram.text for GDB
earlephilhower b1d47e6
Move functions to flash, call using wrappers
earlephilhower b341c07
Remove LWIP2 builder commit
earlephilhower cc03543
Add documentation and gdbstub_init header
earlephilhower bb37b27
Merge branch 'master' into gdb
devyte 0e2adcb
Clean up GDB include and library dir
earlephilhower fc7012f
Undo much of UART refactoring, set fifo IRQ to 16
earlephilhower 33a21cd
Add architecture comments, cleanup uart.c code
earlephilhower e72291a
Also set the UART flags for HW error in GDB
bffd385
Merge branch 'master' into gdb
earlephilhower aef060b
Merge branch 'master' into gdb
earlephilhower a71d705
Merge branch 'master' into gdb
earlephilhower 99da578
Merge branch 'master' into gdb
earlephilhower 11a338c
Merge branch 'master' into gdb
earlephilhower 06a28bd
Merge branch 'master' into gdb
earlephilhower a3ed4b4
Merge branch 'master' into gdb
earlephilhower File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Undo much of UART refactoring, set fifo IRQ to 16
Remove the refactoring of pin control and other little things not directly related to GDB processing. Should greatly reduce the diff size in uart.c. Should also remove any register value changes (intended or otherwise) introduced in the original PR from @kylefleming. Set the FIFO interrupt to 16 chars when in GDB mode, matching the latest UART configuration for highest speed.
- Loading branch information
commit fc7012f27cdb265dca802bf01b6808a1ca250d93
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.