mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-12 07:48:42 +00:00
[feat][examples/boot2_iap] update boot2 iap case
This commit is contained in:
parent
bb941e3bed
commit
402092ad49
16 changed files with 224 additions and 667 deletions
|
@ -49,6 +49,8 @@
|
|||
|
||||
#define ARCH_Delay_US BL702_Delay_US
|
||||
#define ARCH_Delay_MS BL702_Delay_MS
|
||||
#define arch_delay_us BL702_Delay_US
|
||||
#define arch_delay_ms BL702_Delay_MS
|
||||
|
||||
void Interrupt_Handler_Register(IRQn_Type irq, pFunc interruptFun);
|
||||
void ASM_Delay_Us(uint32_t core, uint32_t cnt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue