PythonExtra/ports/stm32/boards/ARDUINO_PORTENTA_H7
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
..
bdev.c stm32/boards/ARDUINO_PORTENTA_H7: Add support for Arduino Portenta H7. 2022-04-28 10:42:47 +10:00
board.json ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
board_init.c stm32/boards/ARDUINO_PORTENTA_H7: Fix macro value check for QSPI. 2023-02-16 12:21:48 +11:00
deploy.md stm32/boards/ARDUINO_PORTENTA_H7: Add more modules, I2C1 and SE pin. 2022-11-14 18:59:17 +11:00
manifest.py stm32/boards: Include "senml" in manifest for ARDUINO boards. 2023-03-09 10:37:06 +11:00
mbedtls_config_board.h stm32/boards/ARDUINO_PORTENTA_H7: Add custom mbedtls config. 2022-11-08 23:46:06 +11:00
mpconfigboard.h ports: Fix incorrect identifiers on Arduino boards. 2023-11-17 15:24:15 +11:00
mpconfigboard.mk all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2023-06-08 17:54:11 +10:00
pins.csv stm32/boards: Fix errors in pins.csv and af.csv. 2023-11-03 14:07:10 +11:00
stm32h7xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00
stm32h747.ld stm32/boards: Update linker scripts now that big_const is gone. 2023-03-01 01:27:51 +11:00