micropython/ports/esp32/boards/ARDUINO_NANO_ESP32
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
board_init.c
deploy.md esp32/boards/ARDUINO_NANO_ESP32: Clarify recovery instructions. 2023-09-04 10:55:31 +10:00
double_tap.c
double_tap.h
manifest.py
mpconfigboard.cmake
mpconfigboard.h ports: Fix incorrect identifiers on Arduino boards. 2023-11-17 15:24:15 +11:00
partitions-app3M_fat9M_fact512k_16MiB.csv
pins.csv
sdkconfig.board esp32/boards/ARDUINO_NANO_ESP32: Use Arduino USB IDs. 2023-10-04 13:06:14 +11:00