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