mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +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
|
@ -8,10 +8,10 @@ struct bflb_device_s *uart1;
|
|||
struct bflb_device_s *dma0_ch0;
|
||||
struct bflb_device_s *dma0_ch1;
|
||||
|
||||
static ATTR_NOCACHE_RAM_SECTION uint8_t src_buffer[4100];
|
||||
static ATTR_NOCACHE_RAM_SECTION uint8_t src2_buffer[4100];
|
||||
static ATTR_NOCACHE_RAM_SECTION uint8_t src3_buffer[4100];
|
||||
static ATTR_NOCACHE_RAM_SECTION uint8_t receive_buffer[50] = { 0 };
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint8_t src_buffer[4100];
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint8_t src2_buffer[4100];
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint8_t src3_buffer[4100];
|
||||
static ATTR_NOCACHE_NOINIT_RAM_SECTION uint8_t receive_buffer[50] = { 0 };
|
||||
|
||||
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