File tree Expand file tree Collapse file tree 3 files changed +5
-18
lines changed
ports/raspberrypi/boards/vcc_gnd_yd_rp2040 Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 26
26
27
27
#include "supervisor/board.h"
28
28
29
- void board_init (void ) {
30
- }
31
-
32
- bool board_requests_safe_mode (void ) {
33
- return false;
34
- }
35
-
36
- void reset_board (void ) {
37
- }
38
-
39
- void board_deinit (void ) {
40
- }
29
+ // 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
1
#define MICROPY_HW_BOARD_NAME "VCC-GND Studio YD RP2040"
2
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
+
4
+ #define MICROPY_HW_NEOPIXEL (&pin_GPIO23)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x2E8A
2
- USB_PID = 0x000B
2
+ USB_PID = 0x102E
3
3
USB_PRODUCT = "YD-RP2040"
4
4
USB_MANUFACTURER = "VCC-GND Studio"
5
5
6
6
CHIP_VARIANT = RP2040
7
7
CHIP_FAMILY = rp2
8
8
9
- EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
9
+ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ,W25Q32JVxQ,W25Q128JVxQ "
10
10
11
11
CIRCUITPY__EVE = 1
12
-
13
- # Include these Python libraries in firmware
14
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
15
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SimpleIO
You can’t perform that action at this time.
0 commit comments