Ardupilot2/libraries/AP_HAL_ChibiOS/hwdef/include/network_PPPGW.inc
Andrew Tridgell b49a7da32a hwdef: disable use of external flash in PPPGW
we cannot upload new firmware on CAN or network with external flash
2024-01-21 12:30:08 +11:00

25 lines
572 B
PHP

undef AP_RC_CHANNEL_ENABLED
define AP_RC_CHANNEL_ENABLED 0
define HAL_PERIPH_ENABLE_RTC
define HAL_PERIPH_ENABLE_SERIAL_OPTIONS
define AP_NETWORKING_BACKEND_PPP 1
define AP_PERIPH_NET_PPP_PORT_DEFAULT 1
define AP_PERIPH_NET_PPP_BAUD_DEFAULT 12500000
// add scripting for web interface
define AP_SCRIPTING_ENABLED 1
// ROMFS filesystem only
define AP_FILESYSTEM_ROMFS_ENABLED 1
// allow scripts to add parameters
define AP_PARAM_DYNAMIC_ENABLED 1
ROMFS_DIRECTORY Tools/AP_Periph/Web
# we don't want to use external flash with network bootloader
EXT_FLASH_SIZE_MB 0