mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20889 from Enoch247/fix_DEVELHELP
make: export DEVELHELP
This commit is contained in:
commit
4c92d78480
@ -116,7 +116,7 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
|
||||
# DEBUGSERVER_FLAGS # The parameters to supply to DEBUGSERVER.
|
||||
# DEBUGCLIENT # The command to call on "make debug-client", usually a script starting the GDB client.
|
||||
# DEBUGCLIENT_FLAGS # The parameters to supply to DEBUGCLIENT.
|
||||
# DEVELHELP # Set to 1 to spend ROM, RAM and CPU time for help during development (e.g. enable asserts())
|
||||
export DEVELHELP # Set to 1 to spend ROM, RAM and CPU time for help during development (e.g. enable asserts())
|
||||
# RESET # The command to call on "make reset", this command resets/reboots the target.
|
||||
# RESET_FLAGS # The parameters to supply to RESET.
|
||||
# PROGRAMMER # The programmer to use when flashing, resetting or debugging
|
||||
|
Loading…
Reference in New Issue
Block a user