Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Revision 178:7b4eb50f6890, committed 2017-11-29
- 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"],