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.
19 lines
331 B
19 lines
331 B
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/PX4 |
|
help px4 |
|
|
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/NuttX |
|
help nuttx |
|
|
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/ARMv7M |
|
help armv7m |
|
|
|
set mem inaccessible-by-default off |
|
|
|
set print pretty |
|
|
|
set pagination off |
|
|
|
set history save on |
|
set history size unlimited |
|
|
|
set logging on
|
|
|