File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
ports/esp32s2/boards/espressif_saola_1_wrover Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ void board_init(void) {
36
36
// Debug UART
37
37
common_hal_never_reset_pin (& pin_GPIO43 );
38
38
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 );
39
43
}
40
44
41
45
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change 26
26
27
27
//Micropython setup
28
28
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"
30
32
#define MICROPY_HW_MCU_NAME "ESP32S2"
31
33
32
- #define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
34
+ // #define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
33
35
34
36
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
35
37
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x239A
2
2
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 "
5
5
6
6
INTERNAL_FLASH_FILESYSTEM = 1
7
7
LONGINT_IMPL = MPZ
You can’t perform that action at this time.
0 commit comments