aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/sdram.c
AgeCommit message (Expand)Author
2021-04-14stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins.8bitgeek
2020-12-17stm32/sdram: Add SDRAM enter/leave self-refresh mode functions.iabdalkader
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-04stm32/sdram: Expose the result of sdram startup test in stm32_main.Andrew Leech
2019-10-22stm32/sdram: Fix to use new mpu_config_start/mpu_config_end signature.Andrew Leech
2019-07-03stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use.Damien George
2019-05-24stm32/sdram: Update MPU settings to block invalid region, change attrs.Andrew Leech
2019-02-20stm32/sdram: Increase GPIO speed for SDRAM interface to "very high".Andrew Leech
2018-09-20stm32/sdram: Add support for 32-bit wide data bus and 256MB in MPU cfg.Damien George
2018-08-14stm32/sdram: Allow additional config by a board, and tune MPU settings.forester3
2018-07-23stm32/sdram: On F7 MCUs enable MPU on external SDRAM.Andrew Leech
2018-07-23stm32/sdram: Integrate SDRAM driver into rest of code.Andrew Leech
2018-07-23stm32/sdram: Add SDRAM driver from OpenMV project.Andrew Leech