summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/system_stm32.c
Commit message (Collapse)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
| | | | | There were several different spellings of MicroPython present in comments, when there should be only one.
* stmhal: Clean up some header includes.Damien George2017-07-03
|
* stmhal: Declare and initialise PrescTables for F7 MCUs.Rami Ali2016-12-07
|
* stmhal: L4: Adapt startup code, clock configuration and interrupts.Tobias Badertscher2016-05-05
|
* stmhal: Implement delayed RTC initialization with LSI fallback.T S2015-11-23
| | | | | | | | | | | | | | | | | If RTC is already running at boot then it's left alone. Otherwise, RTC is started at boot but startup function returns straight away. RTC startup is then finished the first time it is used. Fallback to LSI if LSE fails to start in a certain time. Also included: MICROPY_HW_CLK_LAST_FREQ hold pyb.freq() parameters in RTC backup reg MICROPY_HW_RTC_USE_US option to present datetime sub-seconds in microseconds MICROPY_HW_RTC_USE_CALOUT option to enable RTC calibration output CLK_LAST_FREQ and RTC_USE_CALOUT are enabled for PYBv1.0.
* stmhal: Enable I & D caches for M7Dave Hylands2015-08-15
|
* stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7Dave Hylands2015-08-07
|
* stmhal: M7 Reset clocksources changed by DFU bootloaderDave Hylands2015-08-03
| | | | | | | The DFU bootloader on the ST32F7 chip changes the clocksource for various possible boot sources (UART1, UART3, I2C1-3). This commit resets those clock sources back to their cold reset values.
* stmhal: Add STM32F7DISC and associated changes.Dave Hylands2015-07-30
|
* stmhal: Renamed startup/system/_it.[ch] file to generic names.Dave Hylands2015-07-30