Skip to content

Commit f007d0a

Browse files
committed
nrf/boards: Rename all nRF boards to use uppercase.
This is to match all the other ports. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 2919a9f commit f007d0a

124 files changed

Lines changed: 42 additions & 42 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/nrf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ifdef BOARD_DIR
44
# the path as the board name.
55
BOARD ?= $(notdir $(BOARD_DIR:/=))
66
else
7-
# If not given on the command line, then default to pca10040.
8-
BOARD ?= pca10040
7+
# If not given on the command line, then default to PCA10040.
8+
BOARD ?= PCA10040
99
BOARD_DIR ?= boards/$(BOARD)
1010
endif
1111

ports/nrf/README.md

Lines changed: 31 additions & 31 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ports/nrf/boards/arduino_nano_33_ble_sense/manifest.py renamed to ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/manifest.py

File renamed without changes.

0 commit comments

Comments
 (0)