File tree Expand file tree Collapse file tree
common-hal/microcontroller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
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
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)
You can’t perform that action at this time.
0 commit comments