File tree Expand file tree Collapse file tree
ports/espressif/boards/super_mini_esp32_s3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // This file is part of the CircuitPython project: https://circuitpython.org
2- //
3- // SPDX-FileCopyrightText: Copyright (c) 2023 David Sullivan
4- //
5- // SPDX-License-Identifier: MIT
6-
7- #include "supervisor/board.h"
8-
9- // Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
1+ // This file is part of the CircuitPython project: https://circuitpython.org
2+ //
3+ // SPDX-FileCopyrightText: Copyright (c) 2023 David Sullivan
4+ //
5+ // SPDX-License-Identifier: MIT
6+
7+ #include "supervisor/board.h"
8+
9+ // Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
Original file line number Diff line number Diff line change 1- // This file is part of the CircuitPython project: https://circuitpython.org
2- //
3- // SPDX-FileCopyrightText: Copyright (c) 2023 David Sullivan
4- //
5- // SPDX-License-Identifier: MIT
6-
7- #pragma once
8-
9- // Micropython setup
10-
11- #define MICROPY_HW_BOARD_NAME "Super Mini ESP32-S3"
12- #define MICROPY_HW_MCU_NAME "ESP32S3"
13-
14- #define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
15- #define MICROPY_HW_NEOPIXEL (&pin_GPIO48)
16-
17- #define DEFAULT_UART_BUS_RX (&pin_GPIO44)
18- #define DEFAULT_UART_BUS_TX (&pin_GPIO43)
1+ // This file is part of the CircuitPython project: https://circuitpython.org
2+ //
3+ // SPDX-FileCopyrightText: Copyright (c) 2023 David Sullivan
4+ //
5+ // SPDX-License-Identifier: MIT
6+
7+ #pragma once
8+
9+ // Micropython setup
10+
11+ #define MICROPY_HW_BOARD_NAME "Super Mini ESP32-S3"
12+ #define MICROPY_HW_MCU_NAME "ESP32S3"
13+
14+ #define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
15+ #define MICROPY_HW_NEOPIXEL (&pin_GPIO48)
16+
17+ #define DEFAULT_UART_BUS_RX (&pin_GPIO44)
18+ #define DEFAULT_UART_BUS_TX (&pin_GPIO43)
Original file line number Diff line number Diff line change 1- USB_VID = 0x303a
2- USB_PID = 0x8247
3- USB_PRODUCT = "Super Mini ESP32-S3"
4- USB_MANUFACTURER = "Generic"
5-
6- IDF_TARGET = esp32s3
7-
8- CIRCUITPY_ESP_FLASH_MODE = qio
9- CIRCUITPY_ESP_FLASH_FREQ = 80m
10- CIRCUITPY_ESP_FLASH_SIZE = 4MB
11-
12- CIRCUITPY_ESP_PSRAM_SIZE = 2MB
13- CIRCUITPY_ESP_PSRAM_MODE = qio
14- CIRCUITPY_ESP_PSRAM_FREQ = 80m
15-
16- # Include these Python libraries in firmware.
17- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
18-
1+ USB_VID = 0x303a
2+ USB_PID = 0x8247
3+ USB_PRODUCT = "Super Mini ESP32-S3"
4+ USB_MANUFACTURER = "Generic"
5+
6+ IDF_TARGET = esp32s3
7+
8+ CIRCUITPY_ESP_FLASH_MODE = qio
9+ CIRCUITPY_ESP_FLASH_FREQ = 80m
10+ CIRCUITPY_ESP_FLASH_SIZE = 4MB
11+
12+ CIRCUITPY_ESP_PSRAM_SIZE = 2MB
13+ CIRCUITPY_ESP_PSRAM_MODE = qio
14+ CIRCUITPY_ESP_PSRAM_FREQ = 80m
15+
16+ # Include these Python libraries in firmware.
17+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
You can’t perform that action at this time.
0 commit comments