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

2 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
Jay Blackman
a7032d15f5
PICO: Adding VCP (CDC) support (#14106)
* PICO VCP
* Beginning to work through tinyUSB
* PICO: Additional VCP changes
* Updates based on feedback from @ledvinap
2025-01-17 14:02:15 +11:00