fix(commander): Remove COM_ARM_SDCARD (#27259)

hardcoding the default warning and respecting boards without SD card with a define.
This commit is contained in:
Matthias Grob
2026-04-30 23:49:47 +02:00
committed by GitHub
parent 1830c27d39
commit a061b8665b
14 changed files with 31 additions and 57 deletions
@@ -1,6 +1,7 @@
CONFIG_BOARD_TOOLCHAIN="arm-none-eabi"
CONFIG_BOARD_ARCHITECTURE="cortex-m7"
CONFIG_BOARD_ROOT_PATH="/fs/flash"
CONFIG_BOARD_NO_SDCARD=y
CONFIG_BOARD_SERIAL_GPS1="/dev/ttyS6"
CONFIG_BOARD_SERIAL_TEL1="/dev/ttyS3"
CONFIG_BOARD_SERIAL_TEL2="/dev/ttyS4"