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 27
27
uses : carlosperate/arm-none-eabi-gcc-action@v1
28
28
with :
29
29
# When changing this update what Windows grabs too!
30
- release : ' 13 .2.Rel1'
30
+ release : ' 14 .2.Rel1'
31
31
32
32
# espressif
33
33
- name : Get espressif toolchain
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ USB_HIGHSPEED = 1
27
27
CIRCUITPY_BUILD_EXTENSIONS ?= disk.img.zip,kernel8.img
28
28
29
29
ifeq ($(CHIP_VARIANT ) , "bcm2711")
30
- CIRCUITPY_MIN_GCC_VERSION ?= 10
30
+ CIRCUITPY_MIN_GCC_VERSION ?= 14
31
31
else ifeq ($(CHIP_VARIANT), "bcm2837")
32
- CIRCUITPY_MIN_GCC_VERSION ?= 10
32
+ CIRCUITPY_MIN_GCC_VERSION ?= 14
33
33
endif
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ void background_callback_run_all(void);
639
639
#define MICROPY_PY_BUILTINS_COMPILE (1)
640
640
641
641
#ifndef CIRCUITPY_MIN_GCC_VERSION
642
- #define CIRCUITPY_MIN_GCC_VERSION 13
642
+ #define CIRCUITPY_MIN_GCC_VERSION 14
643
643
#endif
644
644
645
645
#ifndef CIRCUITPY_SAVES_PARTITION_SIZE
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ CIRCUITPY_SWO_TRACE ?= 0
719
719
CFLAGS += -DCIRCUITPY_SWO_TRACE=$(CIRCUITPY_SWO_TRACE )
720
720
721
721
# 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
723
723
CFLAGS += -DCIRCUITPY_MIN_GCC_VERSION=$(CIRCUITPY_MIN_GCC_VERSION )
724
724
725
725
# 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