mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-16 09:48:36 +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
|
@ -21,14 +21,15 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
void bflb_irq_initialize(void);
|
||||
uint32_t bflb_irq_save(void);
|
||||
void bflb_irq_restore(uint32_t flags);
|
||||
uintptr_t bflb_irq_save(void);
|
||||
void bflb_irq_restore(uintptr_t flags);
|
||||
int bflb_irq_attach(int irq, irq_callback isr, void *arg);
|
||||
int bflb_irq_detach(int irq);
|
||||
void bflb_irq_enable(int irq);
|
||||
void bflb_irq_disable(int irq);
|
||||
void bflb_irq_set_pending(int irq);
|
||||
void bflb_irq_clear_pending(int irq);
|
||||
void bflb_irq_set_nlbits(uint8_t nlbits);
|
||||
void bflb_irq_set_priority(int irq, uint8_t preemptprio, uint8_t subprio);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue