Skip to content

Commit 381889f

Browse files
committed
Cleanup
1 parent 0b85844 commit 381889f

File tree

3 files changed

+28
-472
lines changed

3 files changed

+28
-472
lines changed

ports/stm/boards/thunderpack_v12/mpconfigboard.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
#define CIRCUITPY_INTERNAL_NVM_SIZE (0x4000)
3131
#define CIRCUITPY_INTERNAL_NVM_START_ADDR (0x08010000)
3232
#define CIRCUITPY_INTERNAL_NVM_SECTOR FLASH_SECTOR_4
33-
34-
// Putting the entire flash sector in the NVM byte array buffer
35-
// would take up too much RAM. This limits how much of the sector we use.
36-
#define NVM_BYTEARRAY_BUFFER_SIZE 512
33+
#define NVM_BYTEARRAY_BUFFER_SIZE 512
3734

3835
// Flash config
3936
#define FLASH_SIZE (0x80000)
@@ -47,7 +44,6 @@
4744
#define SPI_FLASH_CS_PIN (&pin_PB12)
4845

4946
// Status LEDs
50-
#define MICROPY_HW_LED_STATUS (&pin_PA02)
5147
#define MICROPY_HW_APA102_MOSI (&pin_PB08)
5248
#define MICROPY_HW_APA102_SCK (&pin_PB00)
5349

@@ -58,4 +54,4 @@
5854
// General config
5955
#define BOARD_OSC_DIV (24)
6056
#define BOARD_OVERWRITE_SWD (1)
61-
#define BOARD_NO_VBUS_SENSE (1)
57+
#define BOARD_NO_VBUS_SENSE (1)

0 commit comments

Comments
 (0)