mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 05:08:45 +00:00
[update] update lhal, soc and demos
This commit is contained in:
parent
d44726c783
commit
c70a3cd8f0
80 changed files with 2206 additions and 323 deletions
|
@ -11,8 +11,8 @@ struct bflb_device_s *spi0;
|
|||
struct bflb_device_s *dma0_ch0;
|
||||
struct bflb_device_s *dma0_ch1;
|
||||
|
||||
static ATTR_NOCACHE_RAM_SECTION uint32_t tx_buffer[256];
|
||||
static ATTR_NOCACHE_RAM_SECTION uint32_t rx_buffer[256];
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint32_t tx_buffer[256];
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint32_t rx_buffer[256];
|
||||
|
||||
static volatile uint8_t dma_tc_flag0 = 0;
|
||||
static volatile uint8_t dma_tc_flag1 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue