1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

PICO: Update platform and target setup

- add a misc_todo.c stub file to manage what needs to be done / rectified.
This commit is contained in:
blckmn 2025-01-09 04:15:53 +11:00
parent f80df5c3d9
commit 610207eb2c
4 changed files with 109 additions and 10 deletions

View file

@ -54,7 +54,7 @@ typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
#define DMA_TypeDef void*
//#define DMA_InitTypeDef
//#define DMA_Channel_TypeDef
#define SPI_TypeDef spi_inst_t
#define SPI_TypeDef SPI0_Type
#define ADC_TypeDef void*
#define USART_TypeDef uart_inst_t
#define TIM_OCInitTypeDef void*
@ -99,3 +99,5 @@ extern uint32_t systemUniqueId[3];
#define U_ID_1 (systemUniqueId[1])
#define U_ID_2 (systemUniqueId[2])
#define UART_TX_BUFFER_ATTRIBUTE
#define UART_RX_BUFFER_ATTRIBUTE