Skip to content

Commit

Permalink
{cc3200,nrf}/boards/make-pins.py: Add a note about tools/boardgen.py.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jimmo authored and dpgeorge committed Nov 3, 2023
1 parent 1f804e0 commit 6ef9b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down
3 changes: 3 additions & 0 deletions 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
Expand Down

0 comments on commit 6ef9b29

Please sign in to comment.