index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
boards
/
make-pins.py
Commit message (
Expand
)
Author
Age
*
stm32/boards: Support 'FDCAN' in board pin CSVs.
Angus Gratton
2025-01-17
*
stm32: Add support for dual-analog-pad "_C" pins on H7 MCUs.
Damien George
2024-03-08
*
stm32/boards/make-pins.py: Only support ADC1-3.
Jim Mussared
2023-11-05
*
stm32/boards/make-pins.py: Fix H7 ADC generation.
Jim Mussared
2023-11-03
*
stm32/boards/make-pins.py: Add initial support for H7 dual-pad pins.
Jim Mussared
2023-11-03
*
stm32/boards/make-pins.py: Update to use tools/boardgen.py.
Jim Mussared
2023-11-03
*
stm32: Rename pin_obj_t to machine_pin_obj_t.
Jim Mussared
2023-11-03
*
ports: Standardise arguments and output for make-pins.py script.
Jim Mussared
2023-11-03
*
examples/pins.py: Remove this pins printing example.
Jim Mussared
2023-11-03
*
stm32/boards/make-pins.py: Don't generate qstrs.
Jim Mussared
2023-11-03
*
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-27
*
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-02-02
*
stm32: Add support for G4 MCUs, and add NUCLEO_G474RE board defn.
Herwin Grobben
2022-02-01
*
stm32/boards/make-pins.py: Generate empty ADC table if needed.
iabdalkader
2021-12-20
*
stm32/boards/make-pins.py: Use cpu pins to define static alt-fun macros.
Damien George
2021-11-30
*
stm32/boards/make-pins.py: Allow empty lines and comments in pins.csv.
Damien George
2021-09-16
*
stm32/boards/make-pins.py: Allow a CPU pin to be hidden.
Damien George
2021-09-16
*
esp32,stm32: Add new machine.I2S class for I2S protocol support.
Mike Teachman
2021-07-05
*
stm32/adc: Simplify and generalise how pin_adcX table is defined.
Damien George
2021-07-05
*
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Chris Mason
2021-02-21
*
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-29
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin name
Damien George
2019-05-31
*
stm32/boards/make-pins.py: Add cmdline options to support use by mboot.
Damien George
2019-02-14
*
stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.
Damien George
2019-02-06
*
stm32: Add method for statically configuring pin alternate function.
Andrew Leech
2018-07-20
*
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-04-11
*
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-28
*
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-17
*
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-09-06