Skip to content

Commit a05259d

Browse files
committed
Add CircuitPython_AXP313A
1 parent 40c152a commit a05259d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,6 @@
354354
[submodule "lib/tlsf"]
355355
path = lib/tlsf
356356
url = https://github.com/espressif/tlsf.git
357+
[submodule "frozen/CircuitPython_AXP313A"]
358+
path = frozen/CircuitPython_AXP313A
359+
url = https://github.com/bill88t/CircuitPython_AXP313A

frozen/CircuitPython_AXP313A

Submodule CircuitPython_AXP313A added at 5e19e23

ports/espressif/boards/firebeetle2_esp32s3/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 16MB
1212
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
1313
CIRCUITPY_ESP_PSRAM_MODE = opi
1414
CIRCUITPY_ESP_PSRAM_FREQ = 120m
15+
16+
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP313A

0 commit comments

Comments
 (0)