mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
4044fbd4a0
Used fmuk66-v3 as test case
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
|