px4-firmware/platforms/common
Daniel Agar 08bf71b73d
drivers/tone_alarm and tune_control small improvements/cleanup
- drivers/tone_alarm: move to ModuleBase and purge CDev (/dev/tone_alarm0)
 - drivers/tone_alarm: only run on tune_control publication (or scheduled note) rather than continuously
 - drivers/tone_alarm: use HRT to schedule tone stop (prevents potential disruption)
 - msg/tune_control: add tune_id numbering
 - systemcmds/tune_control: add "error" special case tune_id
 - move all tune_control publication to new uORB::PublicationQueued<>
 - start tone_alarm immediately after board defaults are loaded to fix potential startup issues
 - for SITL (or other boards with no TONE output) print common messages (startup, error, etc)
2020-10-05 21:39:26 -04:00
..
include drivers/tone_alarm and tune_control small improvements/cleanup 2020-10-05 21:39:26 -04:00
px4_work_queue drivers/tone_alarm and tune_control small improvements/cleanup 2020-10-05 21:39:26 -04:00
work_queue src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
CMakeLists.txt restore UAVCAN bootloader support 2020-04-19 16:10:09 -04:00
apps.cpp.in commander: reboot/shutdown usability fixes 2020-05-06 13:53:54 -04:00
apps.h.in src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
board_identity.c board_identity: move to platforms/nuttx/src 2019-10-30 11:48:47 +01:00
empty.c src/platforms: move remaining source files to platforms/common 2019-08-30 07:59:44 +02:00
i2c.cpp i2c: use board-specific bus numbering for '-X -b <bus>' CLI 2020-09-03 15:32:35 -04:00
i2c_spi_buses.cpp i2c drivers: add '-k' flag for keep_running directly to BusCLIArguments 2020-09-18 09:45:06 -04:00
module.cpp i2c drivers: add '-k' flag for keep_running directly to BusCLIArguments 2020-09-18 09:45:06 -04:00
px4_cli.cpp src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
px4_getopt.c src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
px4_log.cpp px4_log: flush each line 2020-05-29 11:46:14 +02:00
shutdown.cpp common/shutdown:All FMU's not stying in bootloader 2020-08-14 14:11:45 +02:00
spi.cpp i2c+spi: add module base class and bus iterators 2020-03-10 10:11:43 -04:00