px4-firmware/platforms/common
Igor Mišić 4b503c310e Merge PR #19575 (changes to pr-extendend_hw_ver_rev_format)
- 4096 of 3 hex digits each for rev and ver is enough.
    #defines used in SPI versions do not be long format, use use the macro
 - Board provides a prefix and the formatting is sized and built in
 - No need for funky board_get_base_eeprom_mtd_manifest interface
    Original mft is used where the abstraction is done with the MFT interface

Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
2022-07-05 09:29:26 +02:00
..
include Merge PR #19575 (changes to pr-extendend_hw_ver_rev_format) 2022-07-05 09:29:26 +02:00
px4_work_queue Remove px4_work_queue linking to px4_platform 2022-01-27 12:42:40 -05:00
uORB orb_advertise_multi: might return nullptr (#19387) 2022-03-24 07:47:48 +01:00
work_queue posix: HRT hrt_lock() sem_wait try again if error returned 2022-04-12 12:46:29 -04:00
CMakeLists.txt Don't link px4_platform directly to uORB 2022-01-27 12:42:40 -05: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
events.cpp events interface: chance uORB 'sequence' to 'event_sequence' 2021-07-09 13:24:13 +02:00
external_reset_lockout.cpp system: include shutdown lock to BOARD_INDICATE_ARMED_STATE 2020-10-09 08:23:47 +02:00
i2c.cpp i2c_spi_buses: respect CONFIG_I2C and CONFIG_SPI 2021-11-15 15:57:33 -05:00
i2c_spi_buses.cpp I2CSPIDriverBase: sensor start failure ERROR if internal, WARN if external 2021-12-28 11:05:35 -05:00
module.cpp Improve SPI bus implementation 2021-11-19 07:47:18 +01: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 platforms: px4 log build string then print (fputs) 2021-07-10 13:14:49 -04:00
shutdown.cpp platforms/common/shutdown.cpp: Enable boardctl functions for shutdown and poweroff 2021-12-07 09:24:53 -05:00
spi.cpp platforms/common/spi:Support 16 bit of VER and REV 2022-07-05 09:29:26 +02:00