micropython/ports/renesas-ra/boards
Sebastian Romero 6f0193335a ports: Fix incorrect identifiers on Arduino boards.
This commit changes the Arduino board identifiers to correspond to their
official names.  This helps to identify boards at runtime.  At the moment
the Arduino Portenta H7 is reported as PORTENTA which is unfortunate as now
there is another Portenta board (Portenta C33) supported in MicroPython.

Also made the other identifiers for flash and network name consistent,
removed the incorrectly used MICROPY_PY_SYS_PLATFORM identifiers, and added
missing MICROPY_PY_NETWORK_HOSTNAME_DEFAULT identifiers.

Boards affected:
- stm32: ARDUINO_PORTENTA_H7, ARDUINO_GIGA, ARDUINO_NICLA_VISION
- renesas-ra: ARDUINO_PORTENTA_C33
- esp32: ARDUINO_NANO_ESP32
- rp2: ARDUINO_NANO_RP2040_CONNECT

Signed-off-by: Sebastian Romero <s.romero@arduino.cc>
2023-11-17 15:24:15 +11:00
..
ARDUINO_PORTENTA_C33 ports: Fix incorrect identifiers on Arduino boards. 2023-11-17 15:24:15 +11:00
EK_RA4M1 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
EK_RA4W1 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
EK_RA6M1 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
EK_RA6M2 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
RA4M1_CLICKER ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
VK_RA6M5 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
compiler_barrier.h renesas-ra: Add a macro definition to avoid compile error of FSP v4.4.0. 2023-05-11 16:18:39 +10:00
deploy.md renesas-ra/boards: Change device name information to show properly. 2022-05-02 12:02:32 +09:00
make-pins.py renesas-ra/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
manifest.py renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra4m1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra4w1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra6m1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra6m2_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra6m5_af.csv renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_pin_prefix.c renesas-ra/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00