1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00
betaflight/src/test/unit
2022-01-20 14:00:00 +00:00
..
timer_definition_unittest.include Debug - Fix the NUCLEOH743 target_definition_unittest failure. 2021-08-18 17:11:55 +02:00
alignsensor_unittest.cc Refactored arbitrary gyro and mag alignment. 2019-07-13 11:51:20 +12:00
altitude_hold_unittest.cc.txt added gps for altitude estimation, remove most unused code, rename altitude.c to position.c, add hdop to nmea 2018-05-04 08:45:26 -07:00
arming_prevention_unittest.cc Use peak tracking as default for task duration estimation rather than a moving average 2021-12-17 22:09:52 +00:00
atomic_unittest.cc
atomic_unittest_c.c
baro_bmp085_unittest.cc New SPI API supporting DMA 2021-07-25 12:40:25 +12:00
baro_bmp280_unittest.cc New SPI API supporting DMA 2021-07-25 12:40:25 +12:00
baro_bmp388_unittest.cc New SPI API supporting DMA 2021-07-25 12:40:25 +12:00
baro_ms5611_unittest.cc New SPI API supporting DMA 2021-07-25 12:40:25 +12:00
battery_unittest.cc.txt Added shadow copies for CLI and MSP. 2018-08-21 00:36:47 +12:00
blackbox_encoding_unittest.cc Renamed 'parameter_group' to 'pg'. 2017-12-19 23:36:31 +13:00
blackbox_unittest.cc Fixed motorOutputLimitLow in blackbox and OSD. 2020-08-31 22:00:23 +12:00
cli_unittest.cc Trigger gyro SPI DMA reads in EXTI handler if supported and lock gyroTask loop to gyro to eliminate missed updates and jitter 2021-09-28 01:38:18 +13:00
cms_unittest.cc Make CMS fields readonly when overridden by a slider and mark with an S 2021-12-12 16:34:02 +00:00
common_filter_unittest.cc Change Pt1 cutoff from uint16_t to float 2019-02-12 22:34:16 +01:00
encoding_unittest.cc
flight_failsafe_unittest.cc Update unit tests 2021-04-26 15:14:59 +02:00
flight_imu_unittest.cc Fix use of floating point math functions 2021-12-21 04:18:59 +01:00
flight_mixer_unittest.cc.txt Renamed 'rxRuntimeConfig' to 'rxRuntimeState'. 2019-10-22 00:12:51 +13:00
gps_conversion_unittest.cc
huffman_unittest.cc
io_serial_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
ledstrip_unittest.cc Merge pull request #10972 from SteveCEvans/ledstrip_dim 2021-12-20 10:30:59 +11:00
link_quality_unittest.cc Add expediting of OSD task 2022-01-14 13:28:48 +00:00
maths_unittest.cc Fix use of floating point math functions 2021-12-21 04:18:59 +01:00
motor_output_unittest.cc Motor output reordering for CLI and MSP 2020-07-27 20:10:37 -05:00
osd_unittest.cc Add expediting of OSD task 2022-01-14 13:28:48 +00:00
pg.ld Renamed 'parameter_group' to 'pg'. 2017-12-19 23:36:31 +13:00
pg_unittest.cc Move motorConfig_s, motorDevConfig_s and associated PG handling into pg/motor.[ch] 2019-06-29 20:03:54 +09:00
pid_unittest.cc Fix use of floating point math functions 2021-12-21 04:18:59 +01:00
platform.h Rename FAST_RAM to FAST_DATA 2020-08-23 08:49:26 +01:00
rc_controls_unittest.cc Ignore duration of calcActiveAdjustmentRanges() and optimize RX_TASK_DECAY_SHIFT 2022-01-10 18:45:37 +00:00
rcdevice_unittest.cc Update unit tests 2021-04-26 15:14:59 +02:00
rx_crsf_unittest.cc ExpressLrs v2.0.0 support 2021-12-21 17:59:47 +01:00
rx_ibus_unittest.cc Refactoring of rxFrameTimeUs 2021-09-28 16:06:58 +02:00
rx_ranges_unittest.cc Update unit tests 2021-04-26 15:14:59 +02:00
rx_rx_unittest.cc Split rx processing into three states to eliminate cycle time jitter 2021-03-27 23:28:41 +00:00
rx_spi_expresslrs_telemetry_unittest.cc ExpressLrs v2.0.0 support 2021-12-21 17:59:47 +01:00
rx_spi_expresslrs_unittest.cc ExpressLRS - fixed slow initial connection 2022-01-10 10:20:44 +01:00
rx_spi_spektrum_unittest.cc spektrum spi protocol improvements 2020-06-28 13:49:18 +02:00
rx_sumd_unittest.cc Refactoring of rxFrameTimeUs 2021-09-28 16:06:58 +02:00
scheduler_unittest.cc Allow RX and OSD tasks to be scheduled at the second attempt on F411 processors 2022-01-20 14:00:00 +00:00
sensor_gyro_unittest.cc consistent gyro and dterm filter names 2021-09-27 09:12:00 +10:00
target.h Trigger gyro SPI DMA reads in EXTI handler if supported and lock gyroTask loop to gyro to eliminate missed updates and jitter 2021-09-28 01:38:18 +13:00
telemetry_crsf_msp_unittest.cc tested and working 2022-01-05 02:46:42 +10:00
telemetry_crsf_unittest.cc tested and working 2022-01-05 02:46:42 +10:00
telemetry_hott_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
telemetry_ibus_unittest.cc Fixed use of an enum type in a parameter group. 2021-02-16 01:49:10 +13:00
timer_definition_unittest.cc Changed 'ASSERT_' in unit tests to 'EXPECT_' for more comprehensive failure reporting. 2019-12-27 14:30:24 +13:00
transponder_ir_unittest.cc
unittest_displayport.h Track state execution time for OSD, baro, rx and GPS tasks and inform scheduler of next state execution time 2021-12-17 15:40:01 +00:00
unittest_macros.h Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
vtx_unittest.cc Use peak tracking as default for task duration estimation rather than a moving average 2021-12-17 22:09:52 +00:00
ws2811_unittest.cc Use peak tracking as default for task duration estimation rather than a moving average 2021-12-17 22:09:52 +00:00