1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 07:45:29 +03:00
betaflight/src/test/unit
Miguel Angel Mulero Martinez c80c3c4f08 Add link quality symbol to OSD
2019-06-27 09:33:56 +02: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 Introduced cli parameter <gyro_offset_yaw> 2018-01-25 12:45:38 +01: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 Applied 'USE_ACC' consistently. 2019-02-08 09:51:48 +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 Baro fixes, cleanups and improvements. 2019-05-20 19:13:11 +02:00
baro_ms5611_unittest.cc Allow mixed speed and mode on a SPI bus by CR1 caching 2019-01-14 03:34:27 +09: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 Gyro Sensors: Remove 32kHz gyro sampling mode(s) and associated code 2019-02-13 22:41:21 +13:00
cli_unittest.cc Allow the use of EEPROM_IN_RAM on MCUs. 2019-06-12 12:47:51 +02:00
cms_unittest.cc Add CMS menu entry level control of forced reboot on changes 2019-05-20 12:39:36 -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 GPS Rescue procedure can be aborted by moving sticks, with a configurable delay after recovering rx 2019-04-14 14:15:17 +02:00
flight_imu_unittest.cc Mag heading optionally ignored while GPS Rescue is running 2019-01-11 06:26:01 +01:00
flight_mixer_unittest.cc.txt Added shadow copies for CLI and MSP. 2018-08-21 00:36:47 +12: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 Support programming of Arduino devices in serial passthrough mode (#5129) 2018-03-21 23:17:31 +13:00
ledstrip_unittest.cc Fixed initialisation problem with LED_STRIP. 2019-02-08 12:29:57 +13:00
link_quality_unittest.cc Add link quality symbol to OSD 2019-06-27 09:33:56 +02: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 Remove remaining blank overwrite in OSD elements 2019-06-12 08:48:29 +02:00
pg.ld Renamed 'parameter_group' to 'pg'. 2017-12-19 23:36:31 +13:00
pg_unittest.cc Renamed 'parameter_group' to 'pg'. 2017-12-19 23:36:31 +13:00
pid_unittest.cc Merge pull request #7924 from mikeller/add_crash_recovery_disarm 2019-04-14 21:49:05 +12:00
platform.h Fix compiliation for F1 targets 2019-02-09 12:15:31 -05:00
rc_controls_unittest.cc Fixed tests for adjustment ranges. 2019-06-05 00:56:41 +12:00
rcdevice_unittest.cc add feature & protocolVersion cli setting 2019-03-04 09:16:34 +08:00
rx_crsf_unittest.cc USE_CRSF_LINK_STATISTICS Split from pr 8042 2019-05-04 22:08:14 -04:00
rx_ibus_unittest.cc Create a pg for rxConfig 2018-05-27 09:13:04 +09:00
rx_ranges_unittest.cc Use PT1 filter for frame based RSSI using rssi_src_frame_lpf_period when rssi_src_frame_errors = ON 2019-04-28 16:00:18 +01:00
rx_rx_unittest.cc Use PT1 filter for frame based RSSI using rssi_src_frame_lpf_period when rssi_src_frame_errors = ON 2019-04-28 16:00:18 +01:00
rx_spi_spektrum_unittest.cc Added Spektrum SPI driver. 2019-03-03 14:54:38 +13:00
rx_sumd_unittest.cc add unittest for sumd serial rx implementation 2019-05-21 21:13:03 +02:00
scheduler_unittest.cc Removed function declaration. 2018-06-17 13:40:15 +12:00
sensor_gyro_unittest.cc Fixed gyro detection for multi gyro setups. 2019-04-04 00:39:55 +13:00
target.h Applied 'USE_ACC' consistently. 2019-02-08 09:51:48 +13:00
telemetry_crsf_msp_unittest.cc USE_CRSF_LINK_STATISTICS Split from pr 8042 2019-05-04 22:08:14 -04:00
telemetry_crsf_unittest.cc USE_CRSF_LINK_STATISTICS Split from pr 8042 2019-05-04 22:08:14 -04:00
telemetry_hott_unittest.cc Fixed tests 2018-12-27 15:03:36 +01:00
telemetry_ibus_unittest.cc Increased vbat precision 2018-12-25 12:00:45 +01:00
timer_definition_unittest.cc Added DMA mapping (readonly for now), and enabled timer management for all F4 boards. 2019-02-28 00:25:43 +13:00
transponder_ir_unittest.cc Touch up 2017-06-12 21:48:51 +09:00
unittest_displayport.h Prepare OSD for iterative updating 2018-01-12 14:46:29 +00:00
unittest_macros.h Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
vtx_unittest.cc Applied 'USE_ACC' consistently. 2019-02-08 09:51:48 +13:00
ws2811_unittest.cc Fixed initialisation problem with LED_STRIP. 2019-02-08 12:29:57 +13:00