mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-24 05:39:27 +00:00
[update] update lhal, soc and demos
* Add flash driver and init in boards. * Add timeout for all poll wait apis * Add 808 d0 startup to bringup * Update lhal device tables * Update demos
This commit is contained in:
parent
9f241971e3
commit
d6fab307bf
232 changed files with 26802 additions and 1471 deletions
|
@ -124,6 +124,8 @@ int main(void)
|
|||
config.dst_width = DMA_DATA_WIDTH_32BIT;
|
||||
bflb_dma_channel_init(dma0_ch0, &config);
|
||||
|
||||
bflb_dma_channel_tcint_mask(dma0_ch0, false);
|
||||
|
||||
transfers[0].nbytes = DMA_TRANSFER_LENGTH + 1;
|
||||
bflb_dma_channel_lli_reload(dma0_ch0, lli, 20, transfers, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue