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.
Dependents: Nucleo_spi_master_20MHz Nucleo_vs_Arduino_Speed_Test DMA_I2S_Test MPU9150AHRS ... more
ST_F401_84MHZ.h@2:e5c1060ec62d, 2014-03-05 (annotated)
- Committer:
- dreschpe
- Date:
- Wed Mar 05 22:19:14 2014 +0000
- Revision:
- 2:e5c1060ec62d
- Parent:
- 1:d19543ab3afa
- Child:
- 5:f44655076466
Add external crystal X3 mode
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| dreschpe | 0:e54167eaccc6 | 1 | #ifndef MBED_ST_F401_84MHZ_H |
| dreschpe | 0:e54167eaccc6 | 2 | #define MBED_ST_F401_84MHZ_H |
| dreschpe | 0:e54167eaccc6 | 3 | |
| dreschpe | 1:d19543ab3afa | 4 | void SystemClock_Config_84MHz_internal(void); |
| dreschpe | 2:e5c1060ec62d | 5 | void SystemClock_Config_84MHz_external(void); |
| dreschpe | 0:e54167eaccc6 | 6 | |
| dreschpe | 0:e54167eaccc6 | 7 | #endif |