micropython/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT
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
..
board.json ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
manifest.py rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "senml" in manifest. 2023-03-09 10:38:06 +11:00
mpconfigboard.cmake rp2/boards: Add support for Arduino Nano RP2040. 2021-11-16 15:05:10 +11:00
mpconfigboard.h ports: Fix incorrect identifiers on Arduino boards. 2023-11-17 15:24:15 +11:00
pins.csv rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add external analog pins. 2023-10-20 12:18:41 +11:00