Help me Verify this Remade Board [waveshare_esp32s3_nano]

Product Wiki: https://www.waveshare.com/wiki/ESP32-S3-Nano
Product Store: https://www.waveshare.com/esp32-s3-nano.htm

{
    "build": {
        "arduino": {
            "partitions": "default_16MB.csv",
            "memory_type": "qio_opi"
        },
        "core": "esp32",
        "extra_flags": [
            "-DARDUINO_ESP32S3_DEV",
            "-DARDUINO_USB_MODE=1",
            "-DARDUINO_USB_CDC_ON_BOOT=1",
            "-DBOARD_HAS_PSRAM"
        ],
        "f_cpu": "240000000L",
        "f_flash": "80000000L",
        "flash_mode": "qio",
        "mcu": "esp32s3",
        "variant": "esp32s3"
    },
    "connectivity": [
        "wifi",
        "bluetooth"
    ],
    "debug": {
        "openocd_target": "esp32s3.cfg"
    },
    "frameworks": [
        "arduino",
        "espidf",
        "micropython"
    ],
    "name": "Waveshare ESP32-S3-Nano",
    "upload": {
        "flash_size": "16MB",
        "maximum_ram_size": 524288,
        "maximum_size": 16777216,
        "require_upload_port": true,
        "speed": 460800
    },
    "url": "https://www.waveshare.com/wiki/ESP32-S3-Nano",
    "vendor": "Waveshare"
}

do i need to add “build.arduino.ldscript" = "esp32s3_out.ld" or no?

Invalid since platform-espressif32 has no framework = micropython option.

Yes.

Also the hwids are just gone?

No, this should be

just like the Arduino-ESP32 and all other ESP32-S3 board definition set it.