This commit is contained in:
pvvx 2017-03-02 12:03:51 +03:00
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.

File diff suppressed because it is too large Load diff

View file

@ -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();