File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ typedef unsigned int mp_uint_t; // must be pointer size
30
30
#define MICROPY_HW_ENABLE_SDCARD (0)
31
31
#define MICROPY_HW_ENABLE_MMCARD (0)
32
32
#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33
+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 1)
33
34
34
35
// Flash storage config
35
36
#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
@@ -42,7 +43,6 @@ void GIGA_board_startup(void);
42
43
#define MICROPY_BOARD_EARLY_INIT GIGA_board_early_init
43
44
void GIGA_board_early_init (void );
44
45
45
- #define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
46
46
#define MICROPY_BOARD_ENTER_BOOTLOADER (nargs , args ) GIGA_board_enter_bootloader()
47
47
void GIGA_board_enter_bootloader (void );
48
48
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ typedef unsigned int mp_uint_t; // must be pointer size
30
30
#define MICROPY_HW_ENABLE_SDCARD (0)
31
31
#define MICROPY_HW_ENABLE_MMCARD (0)
32
32
#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33
+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 3)
33
34
34
35
// Flash storage config
35
36
#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
@@ -225,7 +226,7 @@ extern struct _spi_bdev_t spi_bdev;
225
226
#define MICROPY_HW_BLE_UART_BAUDRATE_DOWNLOAD_FIRMWARE (3000000)
226
227
227
228
#define MICROPY_HW_USB_VID 0x2341
228
- #define MICROPY_HW_USB_PID 0x045F
229
+ #define MICROPY_HW_USB_PID 0x055F
229
230
#define MICROPY_HW_USB_PID_CDC_MSC (MICROPY_HW_USB_PID)
230
231
#define MICROPY_HW_USB_PID_CDC_HID (MICROPY_HW_USB_PID)
231
232
#define MICROPY_HW_USB_PID_CDC (MICROPY_HW_USB_PID)
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ typedef unsigned int mp_uint_t; // must be pointer size
30
30
#define MICROPY_HW_ENABLE_SDCARD (1)
31
31
#define MICROPY_HW_ENABLE_MMCARD (0)
32
32
#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33
+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 1)
33
34
34
35
// Flash storage config
35
36
#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
You can’t perform that action at this time.
0 commit comments