From 6ef9b29f88ed20a43140211732754f8f7d8e6133 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Fri, 25 Aug 2023 16:15:46 +1000 Subject: [PATCH] {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 --- ports/cc3200/boards/make-pins.py | 3 +++ ports/nrf/boards/make-pins.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ports/cc3200/boards/make-pins.py b/ports/cc3200/boards/make-pins.py index da04d8e36cee..f1bdf15a301a 100644 --- a/ports/cc3200/boards/make-pins.py +++ b/ports/cc3200/boards/make-pins.py @@ -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 diff --git a/ports/nrf/boards/make-pins.py b/ports/nrf/boards/make-pins.py index 6932a18d648a..57e815a43d94 100644 --- a/ports/nrf/boards/make-pins.py +++ b/ports/nrf/boards/make-pins.py @@ -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