1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
betaflight/src/main
2016-12-28 22:24:38 +00:00
..
blackbox Changed blackbox header to use currentProfile pointers 2016-12-21 15:26:48 +00:00
build Moved ESC telemetry to sensors 2016-12-08 21:19:23 +01:00
cms Changes according to review 2016-12-28 16:57:25 +00:00
common Starting the process of fixing type downcasting warnings 2016-12-28 09:46:30 +00:00
config Added pgResetCopy function and tests 2016-12-21 20:30:22 +00:00
drivers Merge pull request #1850 from martinbudden/bf_gyro_reentrant 2016-12-29 05:33:46 +11:00
fc Merge pull request #1869 from martinbudden/bf_pg_cli 2016-12-28 03:40:15 +11:00
flight Further use of config macros 2016-12-21 18:58:35 +00:00
io Added check for NULL default in CLI printRxFail() 2016-12-28 22:24:38 +00:00
msp Bumped MSP api version to 0.1.23 and added length check to MSP_SET_VOLTAGE_METER_TYPE 2016-12-08 21:19:23 +01:00
rx Better split between RX SPI and RX NRF24L01 code 2016-12-28 17:30:06 +00:00
scheduler Minor performance optimisations 2016-12-17 08:05:46 +00:00
sensors Merge pull request #1850 from martinbudden/bf_gyro_reentrant 2016-12-29 05:33:46 +11:00
startup Enabled CCM RAM for stack. Added stack watermarking 2016-12-01 09:46:47 +00:00
target Merge pull request #1911 from martinbudden/bf_nrf_tidy 2016-12-28 19:28:04 +01:00
telemetry Initial implementation of SPEK SRXL telemetry protocol 2016-12-22 07:54:52 +11:00
vcp fixed unsafe use of CDC_Send(... buf, uint8_t count): count was only an uint8_t, passing arbitrary non 8-bit integers failed. use uint32_t instead - fixes 1899 2016-12-27 22:58:59 +01:00
vcp_hal Rename variables to match defintion in header file. 2016-12-28 13:54:53 +11:00
vcpf4 VCP could only handle max 256 byte frames, too small data type uint8_t. Now uint32_t. 2016-11-27 17:10:30 +01:00
main.c switch main.c to use PG preprocessor macros 2016-12-27 12:31:40 +03:00
platform.h NucleoF7 board support 2016-12-04 09:54:17 +02:00