Skip to content

Commit b473354

Browse files
authored
Merge pull request #8546 from tannewt/gcc13.2
Switch to GCC 13.2
2 parents 2f87217 + 5dfaf66 commit b473354

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/deps/external/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
inputs.port != 'espressif'
2626
uses: carlosperate/arm-none-eabi-gcc-action@v1
2727
with:
28-
release: '12.3.Rel1'
28+
release: '13.2.Rel1'
2929

3030
# espressif
3131
- name: Get espressif toolchain

ports/stm/boards/thunderpack_v12/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ LONGINT_IMPL = NONE
1111
SPI_FLASH_FILESYSTEM = 1
1212
EXTERNAL_FLASH_DEVICES = GD25Q16C
1313

14+
CIRCUITPY_AESIO = 0
1415
CIRCUITPY_BITMAPTOOLS = 0
1516
CIRCUITPY_BLEIO_HCI = 0
17+
CIRCUITPY_BUSDEVICE = 0
1618
CIRCUITPY_NVM = 1
1719
CIRCUITPY_SYNTHIO = 0
1820
CIRCUITPY_ZLIB = 0

0 commit comments

Comments
 (0)