File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -436,11 +436,7 @@ CFLAGS += -isystem esp-camera/driver/include
436436CFLAGS += -isystem esp-camera/conversions/include
437437endif
438438
439- ifneq ($(CIRCUITPY_MICROROS ) ,0)
440- SRC_MICROROS := \
441- $(wildcard common-hal/rclcpy/* .c) \
442- $(wildcard shared-bindings/rclcpy/* .c)
443- SRC_C += $(SRC_MICROROS )
439+ ifneq ($(CIRCUITPY_RCLCPY ) ,0)
444440CFLAGS += -isystem microros-lib/include
445441CFLAGS += -isystem microros-lib/include/rcl
446442CFLAGS += -isystem microros-lib/include/statistics_msgs
@@ -727,7 +723,7 @@ ESP_IDF_COMPONENTS_EXPANDED += $(BUILD)/esp-idf/esp-idf/esp-camera/libesp-camera
727723# $(error $(ESP_IDF_COMPONENTS_EXPANDED))
728724endif
729725
730- ifeq ($(CIRCUITPY_MICROROS ) ,1 )
726+ ifneq ($(CIRCUITPY_RCLCPY ) ,0 )
731727ifeq ($(IDF_TARGET ) ,esp32)
732728BINARY_BLOBS += microros-lib/esp32/libmicroros.a
733729else ifeq ($(IDF_TARGET),esp32s2)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CIRCUITPY_ESP_FLASH_MODE = qio
99CIRCUITPY_ESP_FLASH_FREQ = 80m
1010CIRCUITPY_ESP_FLASH_SIZE = 8MB
1111CIRCUITPY_ESPCAMERA = 0
12- CIRCUITPY_MICROROS = 1
12+ CIRCUITPY_RCLCPY = 1
1313
1414CIRCUITPY_GIFIO = 1
1515CIRCUITPY_MAX3421E = 0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ CIRCUITPY_HASHLIB ?= 1
6464CIRCUITPY_I2CTARGET ?= 0
6565CIRCUITPY_MAX3421E ?= 1
6666CIRCUITPY_MEMORYMAP ?= 1
67- CIRCUITPY_MICROROS ?= 1
67+ CIRCUITPY_RCLCPY ?= 0
6868CIRCUITPY_NVM ?= 1
6969CIRCUITPY_PARALLELDISPLAYBUS ?= 1
7070CIRCUITPY_PS2IO ?= 1
You can’t perform that action at this time.
0 commit comments