You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
297 B
15 lines
297 B
7 years ago
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/PX4
|
||
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/NuttX
|
||
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/ARMv7M
|
||
|
|
||
10 years ago
|
set mem inaccessible-by-default off
|
||
7 years ago
|
|
||
10 years ago
|
set print pretty
|
||
7 years ago
|
|
||
|
set pagination off
|
||
|
|
||
|
set history save on
|
||
|
set history size unlimited
|
||
|
|
||
|
set logging on
|