We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f87217 + 5dfaf66 commit b473354Copy full SHA for b473354
.github/actions/deps/external/action.yml
@@ -25,7 +25,7 @@ runs:
25
inputs.port != 'espressif'
26
uses: carlosperate/arm-none-eabi-gcc-action@v1
27
with:
28
- release: '12.3.Rel1'
+ release: '13.2.Rel1'
29
30
# espressif
31
- name: Get espressif toolchain
ports/stm/boards/thunderpack_v12/mpconfigboard.mk
@@ -11,8 +11,10 @@ LONGINT_IMPL = NONE
11
SPI_FLASH_FILESYSTEM = 1
12
EXTERNAL_FLASH_DEVICES = GD25Q16C
13
14
+CIRCUITPY_AESIO = 0
15
CIRCUITPY_BITMAPTOOLS = 0
16
CIRCUITPY_BLEIO_HCI = 0
17
+CIRCUITPY_BUSDEVICE = 0
18
CIRCUITPY_NVM = 1
19
CIRCUITPY_SYNTHIO = 0
20
CIRCUITPY_ZLIB = 0
0 commit comments