{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>
This commit is contained in:
Jim Mussared 2023-08-25 16:15:46 +10:00 committed by Damien George
parent 1f804e03f6
commit 6ef9b29f88
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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