Skip to content

Commit

Permalink
Added black magic information
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebiroll committed Apr 7, 2018
1 parent 901304c commit 86c4603
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RAK811 breakout board

Complete instructions here [running in windows](./WINDOWS.md)

Code from here
https://github.com/RAKWireless/RAK811_BreakBoard
then adapted to platformio
Expand Down Expand Up @@ -113,3 +115,8 @@ The option -nostartfiles instructs the linker to not use the standard system sta
As we do not have any static c++ constructors this should not be a problem, but could be something to think about.
If you patch the function to call , bl __libc_init_array then you might get an undefined reference to _init.
https://answers.launchpad.net/gcc-arm-embedded/+question/224709

# Blackmagic Single Wire Debug

Allows flashing over wifi and single step the code with gdb
https://github.com/Ebiroll/esp32_blackmagic

0 comments on commit 86c4603

Please sign in to comment.