px4-firmware/src/systemcmds
Daniel Agar de4f594937 DriverFramework purge
The bulk of this change was tightly coupled and needed to be deleted in one pass. Some of the smaller changes were things that broke as a result of the initial purge and subsequently fixed by further eradicating unnecessary platform differences. Finally, I deleted any dead code I came across in the related files I touched while going through everything.

 - DriverFramework (src/lib/DriverFramework submodule) completely removed
 - added dspal submodule in qurt platform (was brought in via DriverFramework)
 - all df wrapper drivers removed
 - all boards using df wrapper drivers updated to use in tree equivalents
 - unused empty arch/board.h on posix and qurt removed
 - unused IOCTLs removed (pub block, priv, etc)
 - Integrator delete methods only used from df wrapper drivers
 - commander: sensor calibration use "NuttX version" everywhere for now
 - sensors: update to px4_{open, read, close} instead of DevMgr wrapper (adc open for analog differential pressure)
 - battery_status: update to px4_{open, read, close} instead of DevMgr wrapper (adc open for analog differential pressure)
 - cdev cleanup conflicting typedefs and names with actual OS (pollevent_t, etc)
 - load_mon and top remove from linux boards (unused)
 - delete unused PX4_MAIN_FUNCTION
 - delete unused getreg32 macro
 - delete unused SIOCDEVPRIVATE define
 - named each platform tasks consistently
 - posix list_devices and list_topics removed (list_files now shows all virtual files)
2020-01-13 14:07:03 -05:00
..
bl_update bl_update: build and include board bootloader if config available 2019-11-16 11:43:42 +01:00
config DriverFramework purge 2020-01-13 14:07:03 -05:00
dmesg astyle shift module documentation to bottom of files 2019-11-02 10:58:47 -04:00
dumpfile src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
dyn src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
esc_calib DriverFramework purge 2020-01-13 14:07:03 -05:00
hardfault_log src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
i2cdetect platforms: remove unnecessary i2c platform abstraction 2020-01-11 11:55:06 -05:00
led_control src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
mixer mixer: organize by type 2019-11-22 16:48:10 -05:00
motor_ramp DriverFramework purge 2020-01-13 14:07:03 -05:00
motor_test motor_test: remove note about supported drivers 2019-11-07 10:40:03 +01:00
mtd src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
nshterm src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
param DriverFramework purge 2020-01-13 14:07:03 -05:00
perf src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
pwm DriverFramework purge 2020-01-13 14:07:03 -05:00
reboot src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
reflect src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
sd_bench src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
serial_test systemcmds/serial_test: linux-serial-test ported to run on nuttx (#13662) 2019-12-03 20:51:17 -05:00
shutdown DriverFramework purge 2020-01-13 14:07:03 -05:00
tests DriverFramework purge 2020-01-13 14:07:03 -05:00
top src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
topic_listener src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
tune_control src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
usb_connected DriverFramework purge 2020-01-13 14:07:03 -05:00
ver src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
work_queue src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00