Merge pull request #6526 from xuhow/elecfreaks_picoed
Add some frozen libraries to elecfreaks_picoed
This commit is contained in:
commit
71358a4a63
|
@ -292,3 +292,18 @@
|
|||
[submodule "frozen/mixgo_cp_lib"]
|
||||
path = frozen/mixgo_cp_lib
|
||||
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 b4a0461889ead5da69f4ed6d0118276b01613981
|
|
@ -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"
|
||||
|
||||
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