1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
Commit graph

5 commits

Author SHA1 Message Date
Jay Blackman
5969e4c3ad
PICO: Initial multicore (using it for IRQs) (#14458)
* PICO: Initial multicore (using it for IRQs)

* Updated so any function can be pushed.

* Corrected includes

* Move to queues

* Removed header

* Adding check on command

- correcting core reset return

* Updates based on feedback

* Whitespace

* making static

* Removing comment
2025-06-23 10:07:22 +10:00
blckmn
7722e728f3 PICO: Remove poisoned sprintf / snprintf issue in tinyUSB 2025-06-10 10:22:30 +10:00
Matthew Selby
45708c41f1 PICO: Add files version.h, usb_cdc.c to get building again.
TODO Replace usb_cdc.c with stdio_usb.c from pico-sdk, with a few wrappers.
Consider using cmake with pico-sdk.
2025-06-02 15:09:49 +01:00
Jay Blackman
7969451f7c PICO: Adding pico-sdk as sub module (#14400) 2025-06-02 14:31:41 +01:00
blckmn
cdcffd937b Correcting merge failure, and adding DEFIO_PORT_PINS definition 2025-05-29 16:31:42 +10:00