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
/
boards
/
make-pins.py
Age
Commit message (
Expand
)
Author
2021-02-21
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Chris Mason
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-31
stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin name
Damien George
2019-02-14
stm32/boards/make-pins.py: Add cmdline options to support use by mboot.
Damien George
2019-02-06
stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.
Damien George
2018-07-20
stm32: Add method for statically configuring pin alternate function.
Andrew Leech
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George