circuitpython/ports/nrf/boards
Matt Trentini 3e33d0567f ports: Update board.json files for vendor/product consistency.
The vendor and product fields in the `board.json` files were somewhat
inconsistent.  Remove any duplication of the vendor name in the product
field so that `f"{vendor} {product}"` reads well.

In addition to that, update most of the URL's for `board.json` files that
are modified here, and match case and spacing used by the manufacturers for
the vendor and product names.

Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
2025-06-04 01:47:59 +10:00
..
ACTINIUS_ICARUS ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
ARDUINO_NANO_33_BLE_SENSE ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
ARDUINO_PRIMO ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
BLUEIO_TAG_EVIM ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
DVK_BL652 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
EVK_NINA_B1 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
EVK_NINA_B3 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
FEATHER52 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
IBK_BLYST_NANO ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
IDK_BLYST_NANO ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
MICROBIT all: Upgrade codespell to v2.4.1. 2025-02-25 16:11:33 +11:00
NRF52840_MDK_USB_DONGLE ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
PARTICLE_XENON nrf/boards: Enable MICROPY_HW_ENABLE_USBDEV on boards with USB CDC. 2024-03-16 00:40:39 +11:00
PCA10000 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
PCA10001 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
PCA10028 nrf/boards: Use 64 byte raw-paste buffer on PCA10028 and PCA10040. 2025-05-21 13:14:42 +10:00
PCA10031 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
PCA10040 nrf/boards: Use 64 byte raw-paste buffer on PCA10028 and PCA10040. 2025-05-21 13:14:42 +10:00
PCA10056 nrf: Consolidate all stdio functions. 2024-07-26 11:10:32 +10:00
PCA10059 nrf: Consolidate all stdio functions. 2024-07-26 11:10:32 +10:00
PCA10090 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
SEEED_XIAO_NRF52 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
WT51822_S4AT ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
common.ld nrf/boards/common.ld: Calculate unused flash region. 2021-08-08 23:09:26 +10:00
deploy.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
make-pins.py all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
memory.ld nrf/boards: Update memory.ld to include bootloader offsets. 2020-12-07 20:04:50 +01:00
nrf51_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf51x22_256k_16k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf51x22_256k_32k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf91_prefix.c nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf9160_1M_256k.ld nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf9160_1M_256k_secure.ld nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf52832_512k_64k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52840_1M_256k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52840_open_bootloader_1.2.x.ld nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0. 2020-12-07 20:04:50 +01:00
s110_8.0.0.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
s132_6.1.1.ld nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1. 2019-03-15 20:50:15 +01:00
s140_6.1.1.ld nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1. 2019-03-15 20:50:15 +01:00
s140_7.3.0.ld nrf/boards/seeed_xiao_nrf52: Add defn for Seeed XIAO NRF52840 Sense. 2022-12-15 14:27:08 +11:00