diff --git a/.travis.yml b/.travis.yml index 71ed26ff60..badd78b4ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - TRAVIS_BOARD=pirkey_m0 - TRAVIS_BOARD=trinket_m0 - TRAVIS_BOARD=gemma_m0 - - TRAVIS_BOARD=feather52 + - TRAVIS_BOARD=feather52832 - TRAVIS_BOARD=pca10056 - TRAVIS_TEST=qemu - TRAVIS_TEST=unix diff --git a/ports/nrf/boards/feather52/README.md b/ports/nrf/boards/feather52832/README.md similarity index 100% rename from ports/nrf/boards/feather52/README.md rename to ports/nrf/boards/feather52832/README.md diff --git a/ports/nrf/boards/feather52/board.c b/ports/nrf/boards/feather52832/board.c similarity index 100% rename from ports/nrf/boards/feather52/board.c rename to ports/nrf/boards/feather52832/board.c diff --git a/ports/nrf/boards/feather52/bootloader/.gitattributes b/ports/nrf/boards/feather52832/bootloader/.gitattributes similarity index 100% rename from ports/nrf/boards/feather52/bootloader/.gitattributes rename to ports/nrf/boards/feather52832/bootloader/.gitattributes diff --git a/ports/nrf/boards/feather52/bootloader/README.md b/ports/nrf/boards/feather52832/bootloader/README.md similarity index 100% rename from ports/nrf/boards/feather52/bootloader/README.md rename to ports/nrf/boards/feather52832/bootloader/README.md diff --git a/ports/nrf/boards/feather52/bootloader/feather52_bootloader_2.0.1_s132_single.zip b/ports/nrf/boards/feather52832/bootloader/feather52_bootloader_2.0.1_s132_single.zip similarity index 100% rename from ports/nrf/boards/feather52/bootloader/feather52_bootloader_2.0.1_s132_single.zip rename to ports/nrf/boards/feather52832/bootloader/feather52_bootloader_2.0.1_s132_single.zip diff --git a/ports/nrf/boards/feather52/bootloader/feather52_bootloader_5.0.0_s132_single.zip b/ports/nrf/boards/feather52832/bootloader/feather52_bootloader_5.0.0_s132_single.zip similarity index 100% rename from ports/nrf/boards/feather52/bootloader/feather52_bootloader_5.0.0_s132_single.zip rename to ports/nrf/boards/feather52832/bootloader/feather52_bootloader_5.0.0_s132_single.zip diff --git a/ports/nrf/boards/feather52/custom_nrf52832_dfu_app_2.0.1.ld b/ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_2.0.1.ld similarity index 100% rename from ports/nrf/boards/feather52/custom_nrf52832_dfu_app_2.0.1.ld rename to ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_2.0.1.ld diff --git a/ports/nrf/boards/feather52/custom_nrf52832_dfu_app_5.0.0.ld b/ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_5.0.0.ld similarity index 100% rename from ports/nrf/boards/feather52/custom_nrf52832_dfu_app_5.0.0.ld rename to ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_5.0.0.ld diff --git a/ports/nrf/boards/feather52/examples/ble_scan.py b/ports/nrf/boards/feather52832/examples/ble_scan.py similarity index 100% rename from ports/nrf/boards/feather52/examples/ble_scan.py rename to ports/nrf/boards/feather52832/examples/ble_scan.py diff --git a/ports/nrf/boards/feather52/examples/blinky.py b/ports/nrf/boards/feather52832/examples/blinky.py similarity index 100% rename from ports/nrf/boards/feather52/examples/blinky.py rename to ports/nrf/boards/feather52832/examples/blinky.py diff --git a/ports/nrf/boards/feather52/examples/i2c_scan.py b/ports/nrf/boards/feather52832/examples/i2c_scan.py similarity index 100% rename from ports/nrf/boards/feather52/examples/i2c_scan.py rename to ports/nrf/boards/feather52832/examples/i2c_scan.py diff --git a/ports/nrf/boards/feather52/examples/pulseio.py b/ports/nrf/boards/feather52832/examples/pulseio.py similarity index 100% rename from ports/nrf/boards/feather52/examples/pulseio.py rename to ports/nrf/boards/feather52832/examples/pulseio.py diff --git a/ports/nrf/boards/feather52/mpconfigboard.h b/ports/nrf/boards/feather52832/mpconfigboard.h similarity index 100% rename from ports/nrf/boards/feather52/mpconfigboard.h rename to ports/nrf/boards/feather52832/mpconfigboard.h diff --git a/ports/nrf/boards/feather52/mpconfigboard.mk b/ports/nrf/boards/feather52832/mpconfigboard.mk similarity index 86% rename from ports/nrf/boards/feather52/mpconfigboard.mk rename to ports/nrf/boards/feather52832/mpconfigboard.mk index 1e3aa5a249..2a1c081fb1 100644 --- a/ports/nrf/boards/feather52/mpconfigboard.mk +++ b/ports/nrf/boards/feather52832/mpconfigboard.mk @@ -3,8 +3,8 @@ MCU_VARIANT = nrf52 MCU_SUB_VARIANT = nrf52832 SOFTDEV_VERSION ?= 2.0.1 -LD_FILE = boards/feather52/custom_nrf52832_dfu_app_$(SOFTDEV_VERSION).ld -BOOTLOADER_PKG = boards/feather52/bootloader/feather52_bootloader_$(SOFTDEV_VERSION)_s132_single.zip +LD_FILE = boards/feather52832/custom_nrf52832_dfu_app_$(SOFTDEV_VERSION).ld +BOOTLOADER_PKG = boards/feather52832/bootloader/feather52_bootloader_$(SOFTDEV_VERSION)_s132_single.zip NRF_DEFINES += -DNRF52832_XXAA diff --git a/ports/nrf/boards/feather52/mpconfigboard_s132.mk b/ports/nrf/boards/feather52832/mpconfigboard_s132.mk similarity index 100% rename from ports/nrf/boards/feather52/mpconfigboard_s132.mk rename to ports/nrf/boards/feather52832/mpconfigboard_s132.mk diff --git a/ports/nrf/boards/feather52/nrf52_hal_conf.h b/ports/nrf/boards/feather52832/nrf52_hal_conf.h similarity index 100% rename from ports/nrf/boards/feather52/nrf52_hal_conf.h rename to ports/nrf/boards/feather52832/nrf52_hal_conf.h diff --git a/ports/nrf/boards/feather52/pins.csv b/ports/nrf/boards/feather52832/pins.csv similarity index 100% rename from ports/nrf/boards/feather52/pins.csv rename to ports/nrf/boards/feather52832/pins.csv diff --git a/tools/build_adafruit_bins.sh b/tools/build_adafruit_bins.sh index 1b25c1e2f2..3320a21ef0 100755 --- a/tools/build_adafruit_bins.sh +++ b/tools/build_adafruit_bins.sh @@ -2,7 +2,7 @@ rm -rf ports/atmel-samd/build* rm -rf ports/esp8266/build* rm -rf ports/nrf/build* -ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52 feather_huzzah pca10056" +ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52832 feather_huzzah pca10056" ROSIE_SETUPS="rosie-ci" PARALLEL="-j 5" @@ -53,7 +53,7 @@ for board in $boards; do cp ports/esp8266/build/firmware-combined.bin bin/$board/adafruit-circuitpython-$board-$version.bin (( exit_status = exit_status || $? )) extension=bin - elif [ $board == "feather52" ]; then + elif [ $board == "feather52832" ]; then cp ports/nrf/build-$board-s132/firmware.bin bin/$board/adafruit-circuitpython-$board-$version.bin (( exit_status = exit_status || $? )) extension=bin