diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-08-14 11:17:18 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-11-03 14:18:32 +1100 |
commit | 4d568a5bd73530830dab104d53292120f0e31d3d (patch) | |
tree | 74e3142e63e9198d3b7a47c631cdcb2d152bee70 /examples/usercmodule/cppexample | |
parent | ff6c2adfd74b6b2382414bfd6a931ffce4da92bd (diff) |
samd/boards/make-pins.py: Update to use tools/boardgen.py.
This replaces the previous make-pin-table.py with an implementation based
on boardgen.py.
- MICROPY_PY_MACHINE_PIN_BOARD_CPU macro is removed. This isn't optional
on other ports, so no need for it to be optional on SAMD.
- pin_af_table is removed, and lookups just search the cpu dict instead
(this saves N*wordsize bytes of firmware size to have this extra table).
- pins.csv is now BOARD,CPU to match other ports.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'examples/usercmodule/cppexample')
0 files changed, 0 insertions, 0 deletions