Add CircuitPython_AXP313A

This commit is contained in:
Bill Sideris 2023-11-18 13:09:01 +02:00
parent 40c152af9f
commit a05259db00
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@ -354,3 +354,6 @@
[submodule "lib/tlsf"]
path = lib/tlsf
url = https://github.com/espressif/tlsf.git
[submodule "frozen/CircuitPython_AXP313A"]
path = frozen/CircuitPython_AXP313A
url = https://github.com/bill88t/CircuitPython_AXP313A

@ -0,0 +1 @@
Subproject commit 5e19e230877ca79736e26f8f82ab12f18171b7cb

View File

@ -12,3 +12,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 16MB
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
CIRCUITPY_ESP_PSRAM_MODE = opi
CIRCUITPY_ESP_PSRAM_FREQ = 120m
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP313A