Damien George
070937fe93
stm32: Add support for Cortex-M0 CPUs.
2018-05-28 21:46:20 +10:00
Damien George
3022947343
stm32/mphalport: Support ADC mode on a pin for L4 MCUs.
2018-05-02 12:17:45 +10:00
Damien George
a28bd4ac94
stm32/mphalport: Add mp_hal_pin_config_speed() to select GPIO speed.
...
It should be used after mp_hal_pin_config() or mp_hal_pin_config_alt().
2018-05-01 17:31:23 +10:00
Damien George
bc3a5f1917
stm32/mphalport: Use MCU regs to detect if cycle counter is started.
...
Instead of using a dedicated variable in RAM it's simpler to use the
relevant bits in the DWT register.
2018-03-29 16:23:52 +11:00
iabdalkader
3f86fbcb07
stm32/mphalport: Use GPIO BSRRL/BSRRH registers for H7 MCUs.
2018-03-09 15:10:10 +11:00
Damien George
989fc16162
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
...
It's cleaner to have all the MCU-specific configuration in one location,
not least to help with adding support for a new MCU series.
2018-02-23 16:54:07 +11:00
Damien George
e8a8fa77ca
stm32: Improve support for STM32F722, F723, F732, F733 MCUs.
2018-02-01 13:11:32 +11:00
Damien George
4a93801c12
all: Update Makefiles and others to build with new ports/ dir layout.
...
Also renames "stmhal" to "stm32" in documentation and everywhere else.
2017-09-06 14:09:13 +10:00
Damien George
01dd7804b8
ports: Make new ports/ sub-directory and move all ports there.
...
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
2017-09-06 13:40:51 +10:00