Damien George
0892ebe091
stm32/boards: Enable MICROPY_HW_ENABLE_SERVO on various boards.
...
Fixes issue #8059 .
Signed-off-by: Damien George <damien@micropython.org>
2021-12-10 23:19:20 +11:00
Mike Causer
47b778332a
all: Replace busses with buses.
...
"buses" is the widely accepted plural form of "bus".
2021-05-20 23:22:03 +10:00
Damien George
069fc48bf6
stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards.
...
This patch makes it consistent with the STM document describing the Arduino
layout.
Thanks to @shaoziyang for the original patch.
2017-09-06 15:41:12 +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