mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
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
|