no default extension for ESP, fix duplicate line in rp2

This commit is contained in:
Neradoc 2022-07-21 03:52:15 +02:00
parent f472996e80
commit 87e8994c4a
3 changed files with 5 additions and 6 deletions

View File

@ -65,14 +65,14 @@ CIRCUITPY_BLEIO = 1
CIRCUITPY_BLEIO_HCI = 0
CIRCUITPY_IMAGECAPTURE = 0
CIRCUITPY_PARALLELDISPLAY = 0
CIRCUITPY_BUILD_EXTENSIONS ?= bin,uf2
else ifeq ($(IDF_TARGET),esp32s2)
# No BLE on S2
CIRCUITPY_BLEIO = 0
CIRCUITPY_BLEIO_HCI = 0
endif
CIRCUITPY_BUILD_EXTENSIONS ?= bin,uf2
endif
# From ESP32-S2/S3 Technical Reference Manual:
#

View File

@ -1,7 +1,5 @@
# All raspberrypi ports have longints.
LONGINT_IMPL = MPZ
CIRCUITPY_BUILD_EXTENSIONS ?= uf2
CIRCUITPY_OPTIMIZE_PROPERTY_FLASH_SIZE ?= 1
CIRCUITPY_OPTIMIZE_PROPERTY_FLASH_SIZE ?= 1
CIRCUITPY_ALARM ?= 1
@ -38,6 +36,8 @@ CIRCUITPY_AUDIOMIXER = 1
INTERNAL_LIBM = 1
CIRCUITPY_BUILD_EXTENSIONS ?= uf2
# Number of USB endpoint pairs.
USB_NUM_ENDPOINT_PAIRS = 8

View File

@ -1,8 +1,6 @@
LONGINT_IMPL ?= MPZ
INTERNAL_LIBM ?= 1
CIRCUITPY_BUILD_EXTENSIONS ?= bin
ifeq ($(MCU_VARIANT),$(filter $(MCU_VARIANT),STM32F405xx STM32F407xx))
CIRCUITPY_ALARM = 1
CIRCUITPY_CANIO = 1
@ -90,3 +88,4 @@ ifeq ($(MCU_SERIES),L4)
endif
CIRCUITPY_PARALLELDISPLAY := 0
CIRCUITPY_BUILD_EXTENSIONS ?= bin