platform: restructure (NuttX) architecture-specific code

updated: tone_alarm, px4io_serial, px4_micro_hal
This commit is contained in:
Beat Küng
2019-08-23 16:04:22 +02:00
parent 2fa3ee9336
commit ab43a83bed
111 changed files with 1640 additions and 404 deletions
+2 -1
View File
@@ -45,6 +45,7 @@ add_library(px4iofirmware
set_property(GLOBAL APPEND PROPERTY PX4_MODULE_LIBRARIES px4iofirmware)
target_link_libraries(px4iofirmware
PUBLIC
arch_io_pins
nuttx_apps
nuttx_arch
nuttx_c
@@ -52,4 +53,4 @@ target_link_libraries(px4iofirmware
rc
perf
pwm_limit
)
)