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-rtos by
Revision 75:557d5b275f31, committed 2015-04-27
- Comitter:
- mbed_official
- Date:
- Mon Apr 27 09:45:31 2015 +0100
- Parent:
- 74:899aee34da6a
- Child:
- 76:85a52b7ef44b
- Commit message:
- Synchronized with git revision 7c1fba2cda03ab50fc1c76c69431f17bcb51d88c
Full URL: https://github.com/mbedmicro/mbed/commit/7c1fba2cda03ab50fc1c76c69431f17bcb51d88c/
[NUCLEO_F3xxRx][RTOS]enhance source and test
Changed in this revision
| rtx/TARGET_CORTEX_M/RTX_Conf_CM.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Thu Apr 23 08:30:38 2015 +0100 +++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Mon Apr 27 09:45:31 2015 +0100 @@ -160,7 +160,7 @@ # define OS_CLOCK 168000000 #elif defined(TARGET_STM32F302R8) -# define OS_CLOCK 64000000 +# define OS_CLOCK 72000000 #elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8) # define OS_CLOCK 32000000
