8000 GDB support w/new toolchain and UART driver by earlephilhower · Pull Request #5559 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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 21 commits into from
Jan 23, 2019
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 Mar 13, 2018
e618125
Merge branch 'master' into gdb
earlephilhower Dec 26, 2018
c3890bd
Fix GDB merge errors
earlephilhower Dec 26, 2018
211c2f3
Merge branch 'master' of https://github.com/esp8266/Arduino into gdb
earlephilhower Dec 27, 2018
6a714f3
Update to unpatched GDB protocol specification
earlephilhower Dec 27, 2018
a4c8ea4
Fix .iram.literal to come before .iram.text for GDB
earlephilhower Dec 27, 2018
b1d47e6
Move functions to flash, call using wrappers
earlephilhower Dec 27, 2018
b341c07
Remove LWIP2 builder commit
earlephilhower Dec 27, 2018
cc03543
Add documentation and gdbstub_init header 8000
earlephilhower Dec 27, 2018
bb37b27
Merge branch 'master' into gdb
devyte Dec 28, 2018
0e2adcb
Clean up GDB include and library dir
earlephilhower Dec 30, 2018
fc7012f
Undo much of UART refactoring, set fifo IRQ to 16
earlephilhower Dec 31, 2018
33a21cd
Add architecture comments, cleanup uart.c code
earlephilhower Jan 1, 2019
e72291a
Also set the UART flags for HW error in GDB
Jan 2, 2019
bffd385
Merge branch 'master' into gdb
earlephilhower Jan 2, 2019
aef060b
Merge branch 'master' into gdb
earlephilhower Jan 8, 2019
a71d705
Merge branch 'master' into gdb
earlephilhower Jan 9, 2019
99da578
Merge branch 'master' into gdb
earlephilhower Jan 14, 2019
11a338c
Merge branch 'master' into gdb
earlephilhower Jan 17, 2019
06a28bd
Merge branch 'master' into gdb
earlephilhower Jan 18, 2019
a3ed4b4
Merge branch 'master' into gdb
earlephilhower Jan 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into gdb
  • Loading branch information
earlephilhower authored Jan 9, 2019
commit a71d705d1211bd471c44a9f01952d38fe512f59e

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0