File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
.github/actions/deps/external Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 uses : carlosperate/arm-none-eabi-gcc-action@v1
2828 with :
2929 # When changing this update what Windows grabs too!
30- release : ' 13 .2.Rel1'
30+ release : ' 14 .2.Rel1'
3131
3232 # espressif
3333 - name : Get espressif toolchain
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ USB_HIGHSPEED = 1
2727CIRCUITPY_BUILD_EXTENSIONS ?= disk.img.zip,kernel8.img
2828
2929ifeq ($(CHIP_VARIANT ) , "bcm2711")
30- CIRCUITPY_MIN_GCC_VERSION ?= 10
30+ CIRCUITPY_MIN_GCC_VERSION ?= 14
3131else ifeq ($(CHIP_VARIANT), "bcm2837")
32- CIRCUITPY_MIN_GCC_VERSION ?= 10
32+ CIRCUITPY_MIN_GCC_VERSION ?= 14
3333endif
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ void background_callback_run_all(void);
639639#define MICROPY_PY_BUILTINS_COMPILE (1)
640640
641641#ifndef CIRCUITPY_MIN_GCC_VERSION
642- #define CIRCUITPY_MIN_GCC_VERSION 13
642+ #define CIRCUITPY_MIN_GCC_VERSION 14
643643#endif
644644
645645#ifndef CIRCUITPY_SAVES_PARTITION_SIZE
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ CIRCUITPY_SWO_TRACE ?= 0
719719CFLAGS += -DCIRCUITPY_SWO_TRACE=$(CIRCUITPY_SWO_TRACE )
720720
721721# Check for a minimum GCC version during build (set to 0 to disable)
722- CIRCUITPY_MIN_GCC_VERSION ?= 13
722+ CIRCUITPY_MIN_GCC_VERSION ?= 14
723723CFLAGS += -DCIRCUITPY_MIN_GCC_VERSION=$(CIRCUITPY_MIN_GCC_VERSION )
724724
725725# Define an equivalent for MICROPY_LONGINT_IMPL, to pass to $(MPY-TOOL) in py/mkrules.mk
You can’t perform that action at this time.
0 commit comments