enable serial comms in star brain; update submods
This commit is contained in:
Родитель
b6dbd53176
Коммит
27e7c1a795
2
jacdac-c
2
jacdac-c
|
@ -1 +1 @@
|
|||
Subproject commit 14bb4afc34288e68a874aa9d9e387ad597301b8d
|
||||
Subproject commit a04292493eea8309d409108a66c9a06c3b2e45b9
|
|
@ -1 +1 @@
|
|||
Subproject commit c5ecb0a6dda0766c3cfe82ee5d9971f217ab2f72
|
||||
Subproject commit de3135101db3894f660c7d11ab2155c530d3a900
|
|
@ -63,3 +63,12 @@
|
|||
#define PIN_BL_PERIOD 300
|
||||
|
||||
#define PIN_ACC_INT PIN_INT
|
||||
|
||||
#define JD_USB_BRIDGE 1
|
||||
#define DUPLEX_UART 2
|
||||
#define DISABLE_PLL 1
|
||||
|
||||
#define PIN_TX PIN_TX_MOSI
|
||||
#define PIN_RX PIN_RX_CS
|
||||
|
||||
#define JD_USB_QUEUE_SIZE 512
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MCU = STM32G031x8
|
||||
JD_CLIENT = 1
|
||||
FLASH_SETTINGS_SIZE = 8
|
||||
FLASH_SETTINGS_SIZE = 6
|
||||
include $(PLATFORM)/mk/stm32g0.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче