Add some frozen libraries to elecfreaks_picoed
This commit is contained in:
parent
a055113ed5
commit
1599844b82
|
@ -292,3 +292,18 @@
|
||||||
[submodule "frozen/mixgo_cp_lib"]
|
[submodule "frozen/mixgo_cp_lib"]
|
||||||
path = frozen/mixgo_cp_lib
|
path = frozen/mixgo_cp_lib
|
||||||
url = https://github.com/dahanzimin/circuitpython_lib.git
|
url = https://github.com/dahanzimin/circuitpython_lib.git
|
||||||
|
[submodule "frozen/Adafruit_CircuitPython_IS31FL3731"]
|
||||||
|
path = frozen/Adafruit_CircuitPython_IS31FL3731
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731.git
|
||||||
|
[submodule "frozen/Adafruit_CircuitPython_Ticks"]
|
||||||
|
path = frozen/Adafruit_CircuitPython_Ticks
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_Ticks.git
|
||||||
|
[submodule "frozen/Adafruit_CircuitPython_asyncio"]
|
||||||
|
path = frozen/Adafruit_CircuitPython_asyncio
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_asyncio.git
|
||||||
|
[submodule "frozen/circuitpython_ef_music"]
|
||||||
|
path = frozen/circuitpython_ef_music
|
||||||
|
url = https://github.com/elecfreaks/circuitpython_ef_music.git
|
||||||
|
[submodule "frozen/circuitpython_picoed"]
|
||||||
|
path = frozen/circuitpython_picoed
|
||||||
|
url = https://github.com/elecfreaks/circuitpython_picoed.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 28eb0526cc7c80c65f711c8b43ee83e191b5984d
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6757c5b37cf26458448930042cb0a41f8ad0a5ef
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c496cfb5768cd506d61100284fdab94dd439ec3b
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6e8eedb1475e2b91f8dea7bceebb20e44d70b171
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d890d23f4261722338280f284cc1640e22e50e14
|
|
@ -9,3 +9,11 @@ CHIP_FAMILY = rp2
|
||||||
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
|
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
|
||||||
|
|
||||||
CIRCUITPY__EVE = 1
|
CIRCUITPY__EVE = 1
|
||||||
|
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_asyncio
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IS31FL3731
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Ticks
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython_ef_music
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython_picoed
|
||||||
|
|
Loading…
Reference in New Issue