{cc3200,nrf}/boards/make-pins.py: Add a note about tools/boardgen.py.

It's not worth the effort to update these ports to use boardgen.py, but
put a note just in case anyone uses this as a reference for a new port.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/12211/head
Jim Mussared 2023-08-25 16:15:46 +10:00 zatwierdzone przez Damien George
rodzic 1f804e03f6
commit 6ef9b29f88
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,9 @@
#!/usr/bin/env python
"""Generates the pins file for the CC3200."""
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
# ports/stm32/boards/make-pins.py.
from __future__ import print_function
import argparse

Wyświetl plik

@ -1,6 +1,9 @@
#!/usr/bin/env python
"""Creates the pin file for the nRF5."""
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
# ports/stm32/boards/make-pins.py.
from __future__ import print_function
import argparse