SAKURA Internet / mbed-dev

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
misodengaku
Date:
Wed Nov 29 06:30:35 2017 +0000
Parent:
177:d650f5d4c87a
Commit message:
sco-evb-01 patch

Changed in this revision

targets/targets.json Show annotated file Show diff for this revision Revisions of this file
--- a/targets/targets.json	Wed Nov 08 13:50:44 2017 +0000
+++ b/targets/targets.json	Wed Nov 29 06:30:35 2017 +0000
@@ -1003,13 +1003,8 @@
         "config": {
             "clock_source": {
                 "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
-                "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
+                "value": "USE_PLL_HSI",
                 "macro_name": "CLOCK_SOURCE"
-            },
-            "clock_source_usb": {
-                "help": "As 48 Mhz clock is configured for USB, SYSCLK has to be reduced from 100 to 96 MHz (set 0 for the max SYSCLK value)",
-                "value": "0",
-                "macro_name": "CLOCK_SOURCE_USB"
             }
         },
         "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],