summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/boards/make-pins.py
Commit message (Expand)AuthorAge
* stm32/boards: Support 'FDCAN' in board pin CSVs.Angus Gratton2025-01-17
* stm32: Add support for dual-analog-pad "_C" pins on H7 MCUs.Damien George2024-03-08
* stm32/boards/make-pins.py: Only support ADC1-3.Jim Mussared2023-11-05
* stm32/boards/make-pins.py: Fix H7 ADC generation.Jim Mussared2023-11-03
* stm32/boards/make-pins.py: Add initial support for H7 dual-pad pins.Jim Mussared2023-11-03
* stm32/boards/make-pins.py: Update to use tools/boardgen.py.Jim Mussared2023-11-03
* stm32: Rename pin_obj_t to machine_pin_obj_t.Jim Mussared2023-11-03
* ports: Standardise arguments and output for make-pins.py script.Jim Mussared2023-11-03
* examples/pins.py: Remove this pins printing example.Jim Mussared2023-11-03
* stm32/boards/make-pins.py: Don't generate qstrs.Jim Mussared2023-11-03
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* stm32: Add support for G4 MCUs, and add NUCLEO_G474RE board defn.Herwin Grobben2022-02-01
* stm32/boards/make-pins.py: Generate empty ADC table if needed.iabdalkader2021-12-20
* stm32/boards/make-pins.py: Use cpu pins to define static alt-fun macros.Damien George2021-11-30
* stm32/boards/make-pins.py: Allow empty lines and comments in pins.csv.Damien George2021-09-16
* stm32/boards/make-pins.py: Allow a CPU pin to be hidden.Damien George2021-09-16
* esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman2021-07-05
* stm32/adc: Simplify and generalise how pin_adcX table is defined.Damien George2021-07-05
* stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason2021-02-21
* all: Update Python code to conform to latest black formatting.Damien George2020-08-29
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin nameDamien George2019-05-31
* stm32/boards/make-pins.py: Add cmdline options to support use by mboot.Damien George2019-02-14
* stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.Damien George2019-02-06
* stm32: Add method for statically configuring pin alternate function.Andrew Leech2018-07-20
* stm32/can: Allow CAN pins to be configured per board.Damien George2018-04-11
* stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.Damien George2018-03-28
* stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George2018-03-17
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06