micropython/ports/cc3200/boards
Jim Mussared 9cabee8252 ports: Standardise arguments and output for make-pins.py script.
All ports now use `--board-csv`, `--prefix`, `--output-souce`,
`--output-header` and no longer write to stdout.  This matches the esp32
implementation.

Ports that have an AF input use `--af-csv` (to match `--board-csv`).

Any additional output files are now prefixed with `output-` (e.g.
`--output-af-const`).

Default arguments are removed (all makefiles should always specify all
arguments, using default values is likely an error).

Replaced the `af-defs-cmp-strings` and `hdr-obj-decls` args for stm32 with
just `mboot-mode`.  Previously they were set on the regular build, now the
logic is reversed so mboot sets it.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-11-03 14:04:35 +11:00
..
LAUNCHXL ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
WIPY ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
cc3200_af.csv ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
cc3200_prefix.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
make-pins.py ports: Standardise arguments and output for make-pins.py script. 2023-11-03 14:04:35 +11:00