Skip to content
Snippets Groups Projects
Commit 8ed4a28d authored by Andrew Leech's avatar Andrew Leech Committed by Damien George
Browse files

stm32/sdram: Increase GPIO speed for SDRAM interface to "very high".

Currently all usages of mp_hal_pin_config_alt_static() set the pin speed to
"high" (50Mhz).  The SDRAM interface typically runs much faster than this
so should be set to the maximum pin speed.

This commit adds mp_hal_pin_config_alt_static_speed() which allows setting
the pin speed along with the other alternate function details.
parent 7bc71f54
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment