1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00
Commit graph

7 commits

Author SHA1 Message Date
blckmn
4cf0ae8175 Program flash using full range of buffer 2025-01-06 20:34:05 +11:00
blckmn
bb24508877 Missing defines. Note: requires SPI rework 2025-01-04 18:24:11 +11:00
Jay Blackman
bb5a38d116
Initial (untested) implementation of config in flash 16kb (#14107) 2025-01-03 22:40:12 +11:00
Jay Blackman
73a06e9279
Enabling UART0 index for RP2350 (#14119) 2024-12-31 19:21:44 +11:00
Jay Blackman
01d862f803
PICO changes (#14105)
* PICO changes
* Spelling corrected in API v2
* Corrected as per @ledvinap - granted will be generated in future.
* As per @tstibor
* Correction and comment as per @ledvinap
2024-12-26 14:53:27 +11:00
Jay Blackman
53d44aa1b1
Adding common source location in ./src/platform (#14044)
* Adding common source location in ./src/platform

To enable the continued clean up of multiple files still in ./src/main/driver (more PRs to follow) that are specifically for AT32, APM32 and STM32

Source will be moved to MCU_COMMON_SRC where it is specifically for that MCU (or variant). The test will be to ensure no files in the MCU_EXCLUDES for SITL.

* Use of +=
2024-11-25 21:16:45 +01:00
J Blackman
2dd6f95aad
Adding RP2350 SDK and target framework (#13988)
* Adding RP2350 SDK and target framework

* Spacing

* Removing board definitions
2024-10-23 01:02:48 +02:00