File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,11 +422,7 @@ CFLAGS += -isystem esp-camera/driver/include
422422CFLAGS += -isystem esp-camera/conversions/include
423423endif
424424
425- ifneq ($(CIRCUITPY_MICROROS ) ,0)
426- SRC_MICROROS := \
427- $(wildcard common-hal/rclcpy/* .c) \
428- $(wildcard shared-bindings/rclcpy/* .c)
429- SRC_C += $(SRC_MICROROS )
425+ ifneq ($(CIRCUITPY_RCLCPY ) ,0)
430426CFLAGS += -isystem microros-lib/include
431427CFLAGS += -isystem microros-lib/include/rcl
432428CFLAGS += -isystem microros-lib/include/statistics_msgs
@@ -717,7 +713,7 @@ ESP_IDF_COMPONENTS_EXPANDED += $(BUILD)/esp-idf/esp-idf/esp-camera/libesp-camera
717713# $(error $(ESP_IDF_COMPONENTS_EXPANDED))
718714endif
719715
720- ifeq ($(CIRCUITPY_MICROROS ) ,1 )
716+ ifneq ($(CIRCUITPY_RCLCPY ) ,0 )
721717ifeq ($(IDF_TARGET ) ,esp32)
722718BINARY_BLOBS += microros-lib/esp32/libmicroros.a
723719else 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 @@ -66,7 +66,7 @@ CIRCUITPY_HASHLIB ?= 1
6666CIRCUITPY_I2CTARGET ?= 0
6767CIRCUITPY_MAX3421E ?= 1
6868CIRCUITPY_MEMORYMAP ?= 1
69- CIRCUITPY_MICROROS ?= 1
69+ CIRCUITPY_RCLCPY ?= 0
7070CIRCUITPY_NVM ?= 1
7171CIRCUITPY_PARALLELDISPLAYBUS ?= 1
7272CIRCUITPY_PS2IO ?= 1
You can’t perform that action at this time.
0 commit comments