Merge pull request #5773 from dhalbert/update-frozen-libraries-2021-12-23-7.1.x

Update frozen libraries in preparation for 7.1.0-rc.0
This commit is contained in:
Dan Halbert 2021-12-23 14:00:31 -05:00 committed by GitHub
commit 35f0330d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 5 deletions

@ -1 +1 @@
Subproject commit 434e367cc7da4c2836affdbf92b8932ca59a25b0 Subproject commit a695cde1b1cc957bcd10875b12ae82d1deeb0157

@ -1 +1 @@
Subproject commit bafa35c18a610660bdce68784195c4a7fbdf1189 Subproject commit 993bd12e1747ec117e8d104a5e9f4659c8a347a3

@ -1 +1 @@
Subproject commit 9873446ebde5779c03c2bd4e3e544a801fb27bd5 Subproject commit f94ef67425516f23c889d217ffe5a3a710c1d278

@ -1 +1 @@
Subproject commit 88e5ae51427aa690de129c157223e93bf936ac41 Subproject commit 9995c45a5ed1d455a4a8b7bfb9eb134de7f2b9db

@ -1 +1 @@
Subproject commit 0450119e163df782930a887022e197d6d25ca666 Subproject commit f06ac21e96321724258e00f7596d874eff53f0b8

View File

@ -15,6 +15,7 @@ LONGINT_IMPL = NONE
CIRCUITPY_BUSDEVICE = 1 CIRCUITPY_BUSDEVICE = 1
CIRCUITPY_DISPLAYIO = 0 CIRCUITPY_DISPLAYIO = 0
CIRCUITPY_KEYPAD = 0 CIRCUITPY_KEYPAD = 0
CIRCUITPY_ONEWIREIO = 0
# Include these Python libraries in firmware. # Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_CircuitPlayground FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_CircuitPlayground