From 72aabc9db4b368a3df5a40f9491685286769a804 Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Thu, 12 Jul 2018 10:12:15 +0300 Subject: [PATCH] Cellular: HSI set to be source clock for WISE_1570 --- targets/targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 39a9bdcbb6..1bae72ad12 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -1708,10 +1708,11 @@ "config": { "clock_source": { "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI", - "value": "USE_PLL_HSE_XTAL", + "value": "USE_PLL_HSI", "macro_name": "CLOCK_SOURCE" } }, + "overrides": {"lpuart_clock_source": "USE_LPUART_CLK_HSI"}, "detect_code": ["0460"], "macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570", "TWO_RAM_REGIONS"], "device_has_add": ["ANALOGOUT", "CRC", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],