[Kconfig] Fix regressions found by bloaty and cleanup unused cmake

This commit is contained in:
Peter van der Perk
2021-08-20 12:54:04 +02:00
committed by Daniel Agar
parent 43a3de8c18
commit 33fd65e5fe
128 changed files with 109 additions and 8003 deletions
-10
View File
@@ -1,10 +0,0 @@
include (${CMAKE_CURRENT_LIST_DIR}/uavcan_board_identity)
px4_add_board(
PLATFORM nuttx
TOOLCHAIN arm-none-eabi
ARCHITECTURE cortex-m4
CONSTRAINED_MEMORY
DRIVERS
bootloaders
)
-32
View File
@@ -1,32 +0,0 @@
include (${CMAKE_CURRENT_LIST_DIR}/uavcan_board_identity)
px4_add_board(
PLATFORM nuttx
TOOLCHAIN arm-none-eabi
ARCHITECTURE cortex-m4
CONSTRAINED_FLASH
CONSTRAINED_MEMORY
ROMFSROOT cannode
UAVCAN_INTERFACES 1
DRIVERS
bootloaders
distance_sensor/broadcom/afbrs50
imu/bosch/bmi088
imu/invensense/icm42688p
optical_flow/paw3902
uavcannode
MODULES
#ekf2
#load_mon
#sensors
SYSTEMCMDS
param
perf
#reboot
#system_time
top
#topic_listener
#uorb
#ver
#work_queue
)