1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00
betaflight/src/test/unit
Michael Keller 2101326a1d
Merge pull request #9619 from mikeller/add_motor_protocol_disabled
Added 'disabled' motor protocol and made it the default.
2020-04-11 12:41:18 +12:00
..
timer_definition_unittest.include Adding a per-target unit test for timer metadata consistency. 2018-09-11 06:42:10 +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 Added 'disabled' motor protocol and made it the default. 2020-04-01 20:33:29 +13:00
atomic_unittest.cc Add -flocks only to clang 2017-09-27 14:29:37 +02:00
atomic_unittest_c.c Fix atomic in unittests (#4240) 2017-09-27 13:12:37 +01:00
baro_bmp085_unittest.cc.txt Configurable compass drivers based on jflyper's PR #3613 2017-10-17 22:22:11 +02:00
baro_bmp280_unittest.cc Split baro processing into a number of phases and use non-blocking deferred I2C accesses 2019-08-26 17:17:31 +01:00
baro_bmp388_unittest.cc Split baro processing into a number of phases and use non-blocking deferred I2C accesses 2019-08-26 17:17:31 +01:00
baro_ms5611_unittest.cc Split baro processing into a number of phases and use non-blocking deferred I2C accesses 2019-08-26 17:17:31 +01: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 Merge pull request #9449 from etracer65/blackbox_32k_cleanup 2020-02-06 17:07:26 +13:00
cli_unittest.cc Fixed unnecessarily long startup time due to gyro detection. 2020-04-07 22:20:04 +12:00
cms_unittest.cc CMS dynamic setup popup menu 2020-03-12 11:45:44 -04:00
common_filter_unittest.cc Change Pt1 cutoff from uint16_t to float 2019-02-12 22:34:16 +01:00
encoding_unittest.cc unify typedef struct name_s {} name_t; naming convention 2015-10-12 19:58:12 +01:00
flight_failsafe_unittest.cc Log disarm reason. 2020-01-16 20:16:11 +01:00
flight_imu_unittest.cc Improved tests. (#9193) 2019-11-22 00:07:11 +13:00
flight_mixer_unittest.cc.txt Renamed 'rxRuntimeConfig' to 'rxRuntimeState'. 2019-10-22 00:12:51 +13:00
gps_conversion_unittest.cc remove not needed whitespaces 2017-08-24 11:33:39 +02:00
huffman_unittest.cc Implemented streaming Huffman compression in chunks of 256 bytes 2017-07-27 16:04:38 +03:00
io_serial_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
ledstrip_unittest.cc Improved tests. 2019-11-21 19:51:53 +13:00
link_quality_unittest.cc add crsf rf_mode parameter to osd display 2020-02-13 02:52:18 +10:00
maths_unittest.cc Changed defines for GYRO/ACC/MAG/BARO/GPS/SONAR/OSD/BLACKBOX/CMS to conform to the USE_ convention. 2017-11-05 10:15:24 +13:00
osd_unittest.cc Merge pull request #9319 from mikeller/fix_osd_tests_for_real 2020-01-14 12:58:40 +13: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 Change iterm_windup to only apply to yaw 2020-03-15 13:03:02 -04:00
platform.h Fix compiliation for F1 targets 2019-02-09 12:15:31 -05:00
rc_controls_unittest.cc Cleaned up the scheduler. 2020-03-16 08:35:58 +13:00
rcdevice_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
rx_crsf_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
rx_ibus_unittest.cc Changed 'ASSERT_' in unit tests to 'EXPECT_' for more comprehensive failure reporting. 2019-12-27 14:30:24 +13:00
rx_ranges_unittest.cc Renaming 'featureEnable' / 'featureDisable' to make their use a bit more obvious. 2019-12-09 23:48:59 +13:00
rx_rx_unittest.cc Renamed 'rxRuntimeConfig' to 'rxRuntimeState'. 2019-10-22 00:12:51 +13:00
rx_spi_spektrum_unittest.cc Unified the handling of the EXTI pin for SPI RX. 2019-12-24 16:05:36 +13:00
rx_sumd_unittest.cc Changed 'ASSERT_' in unit tests to 'EXPECT_' for more comprehensive failure reporting. 2019-12-27 14:30:24 +13:00
scheduler_unittest.cc Cleaned up the scheduler. 2020-03-16 08:35:58 +13:00
sensor_gyro_unittest.cc Fixed unnecessarily long startup time due to gyro detection. 2020-04-07 22:20:04 +12:00
target.h Applied 'USE_ACC' consistently. 2019-02-08 09:51:48 +13:00
telemetry_crsf_msp_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
telemetry_crsf_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
telemetry_hott_unittest.cc Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
telemetry_ibus_unittest.cc Cleaned up the scheduler. 2020-03-16 08:35:58 +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 Touch up 2017-06-12 21:48:51 +09:00
unittest_displayport.h Add support for character attribute rich displayport 2019-11-25 10:43:29 +09:00
unittest_macros.h Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
vtx_unittest.cc Added 'disabled' motor protocol and made it the default. 2020-04-01 20:33:29 +13:00
ws2811_unittest.cc Fixed initialisation problem with LED_STRIP. 2019-02-08 12:29:57 +13:00