Merge pull request #8546 from tannewt/gcc13.2

Switch to GCC 13.2
This commit is contained in:
Dan Halbert 2023-11-01 13:57:44 -04:00 committed by GitHub
commit b473354990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ runs:
inputs.port != 'espressif'
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '12.3.Rel1'
release: '13.2.Rel1'
# espressif
- name: Get espressif toolchain

View File

@ -11,8 +11,10 @@ LONGINT_IMPL = NONE
SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = GD25Q16C
CIRCUITPY_AESIO = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_BLEIO_HCI = 0
CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_NVM = 1
CIRCUITPY_SYNTHIO = 0
CIRCUITPY_ZLIB = 0