mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
{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:
committed by
Damien George
parent
1f804e03f6
commit
6ef9b29f88
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user