1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00
Commit graph

12 commits

Author SHA1 Message Date
Matthew Selby
a305b8833b PICO: Comments on IOConfigGPIO 2025-05-15 11:34:55 +01:00
Matthew Selby
f07cb9cc27 PICO: Build changes (makefiles, headers).
PICO.mk updates, tidy-ups, allow for PICO_trace
platform_mcu.h #include "pico.h" rather than messing around with addressmap.h (can do
since including as system headers now).
PICO/target/RP2350[AB]/target.h undef USE_MSP_DISPLAYPORT because won't compile debug
when USE_MSP_DISPLAYPORT defined without USE_OSD.
2025-05-14 12:18:30 +01:00
blckmn
0b376bff50 PICO: Further implementation of DMA / SPI 2025-04-05 13:13:23 +11:00
blckmn
bfdf41cddb PICO: Initial SPI 2025-04-01 22:21:53 +11:00
blckmn
610207eb2c PICO: Update platform and target setup
- add a misc_todo.c stub file to manage what needs to be done / rectified.
2025-01-09 04:15:53 +11:00
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