File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#define MICROPY_HW_LED_STATUS (&pin_PA14)
7
7
8
- #define SPI_FLASH_BAUDRATE (8000000)
9
-
10
8
// On-board flash
11
9
#define SPI_FLASH_MOSI_PIN &pin_PA16
12
10
#define SPI_FLASH_MISO_PIN &pin_PA18
18
16
#define MICROPY_PORT_B (0)
19
17
#define MICROPY_PORT_C (0)
20
18
21
- // If you change this, then make sure to update the linker scripts as well to
22
- // make sure you don't overwrite code.
23
- #define CIRCUITPY_INTERNAL_NVM_SIZE 256
24
-
25
- #define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - CIRCUITPY_INTERNAL_NVM_SIZE)
19
+ #define SPI_FLASH_BAUDRATE (8000000)
26
20
27
21
#define CALIBRATE_CRYSTALLESS 1
28
22
Original file line number Diff line number Diff line change 1
- LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
2
1
USB_VID = 0x04D8
3
2
USB_PID = 0xEC63
4
3
USB_PRODUCT = "CircuitBrains Basic"
@@ -14,4 +13,4 @@ LONGINT_IMPL = MPZ
14
13
15
14
CIRCUITPY_BITBANGIO = 0
16
15
CIRCUITPY_FREQUENCYIO = 0
17
- CIRCUITPY_I2CSLAVE = 0
16
+ CIRCUITPY_I2CSLAVE = 0
Original file line number Diff line number Diff line change 15
15
16
16
#define AUTORESET_DELAY_MS 500
17
17
18
- // If you change this, then make sure to update the linker scripts as well to
19
- // make sure you don't overwrite code
20
- #define CIRCUITPY_INTERNAL_NVM_SIZE 8192
21
-
22
- #define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)
23
-
24
18
#define BOARD_HAS_CRYSTAL 1
25
19
26
20
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
35
29
36
30
// USB is always used internally so skip the pin objects for it.
37
31
#define IGNORE_PIN_PA24 1
38
- #define IGNORE_PIN_PA25 1
32
+ #define IGNORE_PIN_PA25 1
Original file line number Diff line number Diff line change 1
- LD_FILE = boards/samd51x19-bootloader-external-flash.ld
2
1
USB_VID = 0x04D8
3
2
USB_PID = 0xEC64
4
3
USB_PRODUCT = "CircuitBrains Deluxe"
@@ -14,4 +13,4 @@ LONGINT_IMPL = MPZ
14
13
15
14
CIRCUITPY_NETWORK = 1
16
15
MICROPY_PY_WIZNET5K = 5500
17
- CIRCUITPY_PS2IO = 1
16
+ CIRCUITPY_PS2IO = 1
You can’t perform that action at this time.
0 commit comments