summaryrefslogtreecommitdiff
path: root/examples/pins.py
AgeCommit message (Collapse)Author
2023-11-03examples/pins.py: Remove this pins printing example.Jim Mussared
It's not supported on all ports, adds complexity to the build to generate pins_af.py, and can mostly be replicated just by printing the pin objects. Remove support for generating pins_af.py from all ports (nrf, stm32, renesas-ra, mimxrt, rp2). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
Also renames "stmhal" to "stm32" in documentation and everywhere else.
2014-08-24examples: Added pins.py example script to list pin config/af.Damien George
Script is due to Dave Hylands.