File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ SRC_CAMERA := \
275275 $(wildcard common-hal/espcamera/* .c) \
276276 $(wildcard bindings/espcamera/* .c)
277277SRC_C += $(SRC_CAMERA )
278- CFLAGS += -isystem esp32 -camera/driver/include
279- CFLAGS += -isystem esp32 -camera/conversions/include
278+ CFLAGS += -isystem esp -camera/driver/include
279+ CFLAGS += -isystem esp -camera/conversions/include
280280endif
281281
282282ifneq ($(CIRCUITPY_ESPIDF ) ,0)
@@ -436,7 +436,7 @@ ESP_IDF_COMPONENTS_EXPANDED += esp-idf/components/xtensa/$(IDF_TARGET)/libxt_hal
436436endif
437437
438438ifneq ($(CIRCUITPY_ESPCAMERA ) ,0)
439- ESP_IDF_COMPONENTS_EXPANDED += $(BUILD ) /esp-idf/esp-idf/esp32 -camera/libesp32 -camera.a
439+ ESP_IDF_COMPONENTS_EXPANDED += $(BUILD ) /esp-idf/esp-idf/esp -camera/libesp -camera.a
440440# $(error $(ESP_IDF_COMPONENTS_EXPANDED))
441441endif
442442
Original file line number Diff line number Diff line change 3535#include "shared-bindings/util.h"
3636#include "common-hal/microcontroller/Pin.h"
3737
38- #include "esp32 -camera/driver/private_include/cam_hal.h"
38+ #include "esp -camera/driver/private_include/cam_hal.h"
3939
4040#if !CONFIG_SPIRAM
4141#error espcamera only works on boards configured with spiram, disable it in mpconfigboard.mk
Original file line number Diff line number Diff line change 11CONFIG_SPIRAM_MODE_QUAD=y
2+ # CONFIG_SPIRAM_MODE_OCT is not set
You can’t perform that action at this time.
0 commit comments