mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
26 lines
450 B
Plaintext
26 lines
450 B
Plaintext
# PX4 Firmware Configuration
|
|
|
|
|
|
mainmenu "PX4 Firmware Configuration"
|
|
|
|
comment "Platform: $(PLATFORM)"
|
|
comment "Vendor: $(VENDOR)"
|
|
comment "Model: $(MODEL)"
|
|
comment "Label: $(LABEL)"
|
|
comment "Toolchain: $(TOOLCHAIN)"
|
|
comment "Architecture: $(ARCHITECTURE)"
|
|
comment "Romfsroot: $(ROMFSROOT)"
|
|
|
|
|
|
menu "drivers"
|
|
source src/drivers/Kconfig
|
|
endmenu
|
|
|
|
menu "modules"
|
|
source src/modules/Kconfig
|
|
endmenu
|
|
|
|
menu "systemcmds"
|
|
source src/systemcmds/Kconfig
|
|
endmenu
|