Skip to content

Commit f38e868

Browse files
committed
Actually adding Wrover board files this time
1 parent b9e308c commit f38e868

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ports/esp32s2/boards/espressif_saola_1_wrover/board.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ void board_init(void) {
3636
// Debug UART
3737
common_hal_never_reset_pin(&pin_GPIO43);
3838
common_hal_never_reset_pin(&pin_GPIO44);
39+
40+
//Crystal
41+
common_hal_never_reset_pin(&pin_GPIO15);
42+
common_hal_never_reset_pin(&pin_GPIO16);
3943
}
4044

4145
bool board_requests_safe_mode(void) {

ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626

2727
//Micropython setup
2828

29-
#define MICROPY_HW_BOARD_NAME "Saola 1 w/Wrover"
29+
//Same setup as the Saola board but with no Neopixel on board
30+
31+
#define MICROPY_HW_BOARD_NAME "Targett Module Clip w/Wrover"
3032
#define MICROPY_HW_MCU_NAME "ESP32S2"
3133

32-
#define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
34+
//#define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
3335

3436
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
3537

ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x239A
22
USB_PID = 0x80A6
3-
USB_PRODUCT = "Saola 1 w/WROVER"
4-
USB_MANUFACTURER = "Espressif"
3+
USB_PRODUCT = "Targett Module Clip w/WROVER"
4+
USB_MANUFACTURER = "Targett"
55

66
INTERNAL_FLASH_FILESYSTEM = 1
77
LONGINT_IMPL = MPZ

0 commit comments

Comments
 (0)