Skip to content

Commit 108d962

Browse files
committed
chore(tidy): precommit formatting
1 parent 52a1e3a commit 108d962

5 files changed

Lines changed: 218 additions & 219 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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)
Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
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

0 commit comments

Comments
 (0)