File tree Expand file tree Collapse file tree
boards/ai_thinker_esp32-c3s-2m Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ INC += \
123123 -isystem esp-idf/components/soc/include \
124124 -isystem esp-idf/components/soc/$(IDF_TARGET ) /include \
125125 -isystem esp-idf/components/soc/$(IDF_TARGET ) /register \
126+ -isystem esp-idf/components/soc/$(IDF_TARGET ) /register/hw_ver3 \
127+ -isystem esp-idf/components/soc/$(IDF_TARGET ) /register/hw_ver2 \
128+ -isystem esp-idf/components/soc/$(IDF_TARGET ) /register/hw_ver1 \
126129 -isystem esp-idf/components/spi_flash/include \
127130 -isystem esp-idf/components/usb/include \
128131 -isystem esp-idf/components/ulp/ulp_fsm/include \
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ CIRCUITPY_ESP_FLASH_SIZE = 2MB
1010CIRCUITPY_DUALBANK = 0
1111
1212CIRCUITPY_JPEGIO = 0
13+ CIRCUITPY_CANIO = 0
1314
1415CIRCUITPY_ESP_USB_SERIAL_JTAG = 0
You can’t perform that action at this time.
0 commit comments