8000 Merge pull request #6316 from dhalbert/spacing-fix · adafruit/circuitpython@862188d · GitHub
[go: up one dir, main page]

Skip to content

Commit 862188d

Browse files
authored
Merge pull request #6316 from dhalbert/spacing-fix
update frozen libraries and remove stray space
2 parents 9ffd1db + b754108 commit 862188d

File tree

7 files changed

+8
-5
lines changed

7 files changed

+8
-5
lines changed

ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LONGINT_IMPL = NONE
1515
CIRCUITPY_BUSDEVICE = 1
1616
CIRCUITPY_DISPLAYIO = 0
1717
CIRCUITPY_KEYPAD = 0
18+
CIRCUITPY_ONEWIREIO = 0
1819

1920
# Include these Python libraries in firmware.
2021
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_CircuitPlayground

ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL064L"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_ONEWIREIO = 0

ports/atmel-samd/common-hal/neopixel_write/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static void neopixel_send_buffer_core(volatile uint32_t *clraddr, uint32_t pinMa
100100
" movs r6, #1; d3: sub r6, #1; bne d3;" // 60 ns (end TOL or entire T1L)
101101
// other instructions add more delay
102102
#endif
103-
#ifdef SAM_D5X_E5X
103+
#ifdef SAM_D5X_E5X
104104
" movs r6, #18; d3: subs r6, #1; bne d3;" // extra for 936 ns total (byte end T0L or entire T1L)
105105
#endif
106106
" cmp r2, r3;"

0 commit comments

Comments
 (0)
0