Prep for v1.0.0
[hackover2013-badge-firmware.git] / tools / codelite_debug / README.txt
1 This slightly modified debug DLL can be used to allow full step-through and HW debugging in CodeLite using a Segger J-Link.
2
3 It was created by AC Verbeck, and the original announcement can be found here:
4
5 http://codelite.org/forum/viewtopic.php?f=11&t=1537
6
7 To include debug information in the compiled firmware, open the make file and set the following field to TRUE
8
9 --------------
10
11 ##########################################################################
12 # Debug settings
13 ##########################################################################
14
15 # Set DEBUGBUILD to 'TRUE' for full debugging (larger, slower binaries),
16 # or to 'FALSE' for release builds (smallest, fastest binaries)
17 DEBUGBUILD = FALSE
18
19 --------------
This page took 0.043828 seconds and 5 git commands to generate.