File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
ports/atmel-samd/boards/robohatmm1 Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,23 @@ USB_MANUFACTURER = "Robotics Masters"
7
7
CHIP_VARIANT = SAMD21G18A
8
8
CHIP_FAMILY = samd21
9
9
10
- # Non-Flash Edition
11
- # INTERNAL_FLASH_FILESYSTEM = 1
12
- # LONGINT_IMPL = NONE
13
- # SUPEROPT_GC = 0
14
-
15
- # SPI-Flash Edition
16
10
SPI_FLASH_FILESYSTEM = 1
17
11
EXTERNAL_FLASH_DEVICE_COUNT = 1
18
12
EXTERNAL_FLASH_DEVICES = "W25Q64JV_IQ"
19
13
LONGINT_IMPL = MPZ
20
- # Make room for frozen Libraries
14
+
15
+ # Non-Flash Edition
16
+ # INTERNAL_FLASH_FILESYSTEM = 1
17
+ # LONGINT_IMPL = NONE
18
+
21
19
CIRCUITPY_DISPLAYIO = 0
22
20
CIRCUITPY_FREQUENCYIO = 0
23
21
24
- CFLAGS_INLINE_LIMIT = 55
22
+ CFLAGS_INLINE_LIMIT = 60
23
+ SUPEROPT_GC = 0
25
24
26
25
# Include these Python libraries in firmware.
27
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
27
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
28
28
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_INA219
29
29
# FROZEN_MPY_DIRS += $(TOP)/frozen/RoboticsMasters_CircuitPython_MPU9250
30
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
31
- # FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Crickit
32
- # FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor
33
- # FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_seesaw
You can’t perform that action at this time.
0 commit comments