Merge pull request #6398 from dhalbert/2022-05-14-update-frozen-modules

2022 05 14 update frozen modules
This commit is contained in:
Dan Halbert 2022-05-14 12:17:35 -04:00 committed by GitHub
commit 85f8d43fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2dfd61a0d5ffc8048e72d24e5ecdac9a74bb2bc3
Subproject commit 3d1aab0daf63c3b4476f73cba39cf5da49e1e4aa

@ -1 +1 @@
Subproject commit 742ac7c8fb52bb85d9fd367b60a7f80475d7ed14
Subproject commit 2d8310f19d1bdce817df13e807b409b5b057fc21

@ -1 +1 @@
Subproject commit 5fdd62ab69fda70407644acc6f9b45681da9ef68
Subproject commit 850c3dc512f7feae1eaad20bdc1c5e4c63c92f08

View File

@ -12,6 +12,7 @@ EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
# Turn off features and optimizations for displayio build to make room for additional frozen libs.
LONGINT_IMPL = NONE
CIRCUITPY_KEYPAD = 0
CIRCUITPY_ONEWIREIO = 0
CIRCUITPY_PIXELBUF = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0