File tree Expand file tree Collapse file tree 3 files changed +28
-472
lines changed
common-hal/microcontroller Expand file tree Collapse file tree 3 files changed +28
-472
lines changed Original file line number Diff line number Diff line change 30
30
#define CIRCUITPY_INTERNAL_NVM_SIZE (0x4000)
31
31
#define CIRCUITPY_INTERNAL_NVM_START_ADDR (0x08010000)
32
32
#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
37
34
38
35
// Flash config
39
36
#define FLASH_SIZE (0x80000)
47
44
#define SPI_FLASH_CS_PIN (&pin_PB12)
48
45
49
46
// Status LEDs
50
- #define MICROPY_HW_LED_STATUS (&pin_PA02)
51
47
#define MICROPY_HW_APA102_MOSI (&pin_PB08)
52
48
#define MICROPY_HW_APA102_SCK (&pin_PB00)
53
49
58
54
// General config
59
55
#define BOARD_OSC_DIV (24)
60
56
#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