mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Adding RP2350 SDK and target framework (#13988)
* Adding RP2350 SDK and target framework * Spacing * Removing board definitions
This commit is contained in:
parent
462cb05930
commit
2dd6f95aad
576 changed files with 435012 additions and 0 deletions
7
lib/main/pico-sdk/rp2_common/tinyusb/doc.h
Normal file
7
lib/main/pico-sdk/rp2_common/tinyusb/doc.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* \defgroup tinyusb_device tinyusb_device
|
||||
* \brief <a href="https://github.com/hathach/tinyusb">TinyUSB</a> Device-mode support for the RP2040. The TinyUSB documentation site can be found <a href="https://docs.tinyusb.org/en/latest/">here</a>.
|
||||
*
|
||||
* \defgroup tinyusb_host tinyusb_host
|
||||
* \brief <a href="https://github.com/hathach/tinyusb">TinyUSB</a> Host-mode support for the RP2040.
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue