1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
betaflight/src
swilkens a999fc38bc
Reduce feature cut for BFF3
Reducing the feature cut from 10 to 7 will bring some newer and older useful features back to the BFF3 board without overflowing flash space. As the F3 boards are now seen as unsupported, this change can be made as a maintenance patch at the final supported level.

Notable features:
USE_SERIAL_4WAY_BLHELI_BOOTLOADER, USE_GYRO_LPF2, USE_DYN_LPF, USE_D_MIN


```
Linking BETAFLIGHTF3
Memory region         Used Size  Region Size  %age Used
           FLASH:      257640 B       252 KB     99.84%
    FLASH_CONFIG:          0 GB         4 KB      0.00%
             RAM:       34788 B        40 KB     84.93%
             CCM:          2 KB         8 KB     25.00%
       MEMORY_B1:          0 GB         0 GB     -1.#J%
   text    data     bss     dec     hex filename
 253920    3720   33116  290756   46fc4 ./obj/main/betaflight_BETAFLIGHTF3.elf
```
2019-04-22 09:38:09 +02:00
..
main Reduce feature cut for BFF3 2019-04-22 09:38:09 +02:00
test Merge pull request #7952 from jirif/vbat_digits 2019-04-16 00:17:23 +12:00
utils Updated styling of file to be generated, generated the file. 2019-02-21 01:49:09 +13:00