mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2024-11-01 01:44:15 +00:00
update
This commit is contained in:
parent
556aaf94be
commit
d6ed3abffa
7 changed files with 2701 additions and 2767 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5451
build/obj/build.nmap
5451
build/obj/build.nmap
File diff suppressed because it is too large
Load diff
|
@ -78,16 +78,23 @@ void main(void)
|
||||||
En32KCalibration();
|
En32KCalibration();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_CRYPTO_STARTUP) && (CONFIG_CRYPTO_STARTUP)
|
#ifdef CONFIG_WDG_ON_IDLE
|
||||||
if ( rtl_cryptoEngine_init() != 0 ) {
|
HAL_PERI_ON_WRITE32(REG_SOC_FUNC_EN, HAL_PERI_ON_READ32(REG_SOC_FUNC_EN) & 0x1FFFFF);
|
||||||
DBG_8195A("crypto engine init failed\r\n");
|
WDGInitial(10000); // 10 s
|
||||||
|
WDGStart();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if (defined(CONFIG_CRYPTO_STARTUP) && (CONFIG_CRYPTO_STARTUP))
|
||||||
|
if(rtl_cryptoEngine_init() != 0 ) {
|
||||||
|
DBG_8195A("Crypto engine init failed!\n");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DEBUG_MAIN_LEVEL > 1
|
#if DEBUG_MAIN_LEVEL > 0
|
||||||
vPortFree(pvPortMalloc(4)); // Init RAM heap
|
vPortFree(pvPortMalloc(4)); // Init RAM heap
|
||||||
fATST(NULL); // RAM/TCM/Heaps info
|
fATST(); // RAM/TCM/Heaps info
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Initialize log uart and at command service */
|
/* Initialize log uart and at command service */
|
||||||
console_init();
|
console_init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue