8000 formatting(swan_r5): lexicographically sorted the board module names … · domdfcoding/circuitpython@843d6b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 843d6b4

Browse files
committed
formatting(swan_r5): lexicographically sorted the board module names in the swan_r5 makefile include [ci-skip][skip-ci]. Skip CI since this is a cosmetic change only.
1 parent ad9db01 commit 843d6b4

File tree

1 file changed

+28
-49
lines changed

1 file changed

+28
-49
lines changed

ports/stm/boards/swan_r5/mpconfigboard.mk

Lines changed: 28 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -15,63 +15,42 @@ LD_DEFAULT = boards/STM32L4R5_default.ld
1515
LD_BOOT = boards/STM32L4R5_boot.ld
1616
UF2_OFFSET = 0x8010000
1717
UF2_BOOTLOADER ?= 1
18+
CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
1819

19-
# Turn all of the below off while trying to get the thing to run
20-
# These modules are implemented in ports/<port>/common-hal:
21-
22-
# Typically the first module to create
23-
CIRCUITPY_MICROCONTROLLER = 1
2420
CIRCUITPY_ALARM = 1
25-
26-
# Typically the second module to create
27-
CIRCUITPY_DIGITALIO = 1
28-
# Other modules:
29-
30-
CIRCUITPY_OS = 1
31-
CIRCUITPY_STORAGE = 1
32-
CIRCUITPY_USB_MSC = 1
33-
CIRCUITPY_UDB_CDC = 1
34-
CIRCUITPY_USB_VENDOR = 1
35-
CIRCUITPY_NVM = 0
36-
3721
CIRCUITPY_ANALOGIO = 1
38-
CIRCUITPY_BUSIO = 1
39-
CIRCUITPY_NEOPIXEL_WRITE = 0
40-
CIRCUITPY_PULSEIO = 1
41-
CIRCUITPY_PWMIO = 1
22+
CIRCUITPY_AUDIOBUSIO = 1
23+
CIRCUITPY_AUDIOBUSIO_I2SOUT = 0
24+
CIRCUITPY_AUDIOBUSIO_PDMIN = 1
4225
CIRCUITPY_AUDIOPWMIO = 1
26+
CIRCUITPY_BITBANGIO = 1
27+
CIRCUITPY_BLEIO = 0
28+
CIRCUITPY_BLEIO_HCI = 0
29+
CIRCUITPY_BUSDEVICE = 0
30+
CIRCUITPY_BUSIO = 1
4331
CIRCUITPY_CANIO = 0
44-
CIRCUITPY_I2CTARGET = 0
45-
# Requires SPI, PulseIO (stub ok):
32+
CIRCUITPY_DIGITALIO = 1
4633
CIRCUITPY_DISPLAYIO = 1
47-
48-
# These modules are implemented in shared-module/ - they can be included in
49-
# any port once their prerequisites in common-hal are complete.
50-
# Requires DigitalIO:
51-
CIRCUITPY_BITBANGIO = 1
52-
# Requires neopixel_write or SPI (dotstar)
34+
CIRCUITPY_ENABLE_MPY_NATIVE = 1
35+
CIRCUITPY_I2CTARGET = 0
36+
CIRCUITPY_KEYPAD = 1
37+
CIRCUITPY_MICROCONTROLLER = 1
38+
CIRCUITPY_NEOPIXEL_WRITE = 0
39+
CIRCUITPY_NVM = 0
40+
CIRCUITPY_OS = 1
5341
CIRCUITPY_PIXELBUF = 0
54-
# Requires OS
42+
CIRCUITPY_PULSEIO = 1
43+
CIRCUITPY_PWMIO = 1
5544
CIRCUITPY_RANDOM = 1
56-
# Requires Microcontroller
57-
CIRCUITPY_TOUCHIO = 1
58-
# Requires USB
59-
CIRCUITPY_USB_HID = 0
60-
CIRCUITPY_USB_MIDI = 0
61-
# Does nothing without I2C
6245
CIRCUITPY_REQUIRE_I2C_PULLUPS = 0
63-
# No requirements, but takes extra flash
64-
CIRCUITPY_ULAB = 1
65-
# requires SPI
66-
CIRCUITPY_SDCARDIO = 0
67-
CIRCUITPY_BLEIO_HCI = 0
68-
CIRCUITPY_BLEIO = 0
69-
CIRCUITPY_BUSDEVICE = 0
70-
CIRCUITPY_KEYPAD = 1
7146
CIRCUITPY_RGBMATRIX = 0
7247
CIRCUITPY_RTC = 1
73-
CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
74-
CIRCUITPY_ENABLE_MPY_NATIVE = 1
75-
CIRCUITPY_AUDIOBUSIO = 1
76-
CIRCUITPY_AUDIOBUSIO_I2SOUT = 0
77-
CIRCUITPY_AUDIOBUSIO_PDMIN = 1
48+
CIRCUITPY_SDCARDIO = 0
49+
CIRCUITPY_STORAGE = 1
50+
CIRCUITPY_TOUCHIO = 1
51+
CIRCUITPY_UDB_CDC = 1
52+
CIRCUITPY_ULAB = 1
53+
CIRCUITPY_USB_HID = 0
54+
CIRCUITPY_USB_MIDI = 0
55+
CIRCUITPY_USB_MSC = 1
56+
CIRCUITPY_USB_VENDOR = 1

0 commit comments

Comments
 (0)
0