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
3030#define MICROPY_HW_ENABLE_SDCARD (0)
3131#define MICROPY_HW_ENABLE_MMCARD (0)
3232#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 1)
3334
3435// Flash storage config
3536#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
@@ -42,7 +43,6 @@ void GIGA_board_startup(void);
4243#define MICROPY_BOARD_EARLY_INIT GIGA_board_early_init
4344void GIGA_board_early_init (void );
4445
45- #define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
4646#define MICROPY_BOARD_ENTER_BOOTLOADER (nargs , args ) GIGA_board_enter_bootloader()
4747void GIGA_board_enter_bootloader (void );
4848
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ typedef unsigned int mp_uint_t; // must be pointer size
3030#define MICROPY_HW_ENABLE_SDCARD (0)
3131#define MICROPY_HW_ENABLE_MMCARD (0)
3232#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 3)
3334
3435// Flash storage config
3536#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
@@ -225,7 +226,7 @@ extern struct _spi_bdev_t spi_bdev;
225226#define MICROPY_HW_BLE_UART_BAUDRATE_DOWNLOAD_FIRMWARE (3000000)
226227
227228#define MICROPY_HW_USB_VID 0x2341
228- #define MICROPY_HW_USB_PID 0x045F
229+ #define MICROPY_HW_USB_PID 0x055F
229230#define MICROPY_HW_USB_PID_CDC_MSC (MICROPY_HW_USB_PID)
230231#define MICROPY_HW_USB_PID_CDC_HID (MICROPY_HW_USB_PID)
231232#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
3030#define MICROPY_HW_ENABLE_SDCARD (1)
3131#define MICROPY_HW_ENABLE_MMCARD (0)
3232#define MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET (0)
33+ #define MICROPY_HW_TIM_IS_RESERVED (id ) (id == 1)
3334
3435// Flash storage config
3536#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
You can’t perform that action at this time.
0 commit comments