Skip to content

Commit 32ec07a

Browse files
UnexpectedMakerdpgeorge
authored andcommitted
esp32/boards: Rename TINYPICO board to UM_TINYPICO.
And add default hardware SPI 0 pins in mpconfigboard.h, and CONFIG_LWIP_LOCAL_HOSTNAME in sdkconfig.board.
1 parent 5093d49 commit 32ec07a

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

ports/esp32/boards/TINYPICO/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#define MICROPY_HW_BOARD_NAME "TinyPICO"
2+
#define MICROPY_HW_MCU_NAME "ESP32-PICO-D4"
3+
4+
#define MICROPY_HW_SPI1_SCK (18)
5+
#define MICROPY_HW_SPI1_MOSI (23)
6+
#define MICROPY_HW_SPI1_MISO (19)

ports/esp32/boards/TINYPICO/sdkconfig.board renamed to ports/esp32/boards/UM_TINYPICO/sdkconfig.board

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_FLASHMODE_QIO=y
22
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
33
CONFIG_SPIRAM_SPEED_80M=y
44
CONFIG_ESP32_REV_MIN_1=y
5+
CONFIG_LWIP_LOCAL_HOSTNAME="UMTinyPICO"

0 commit comments

Comments
 (0)