File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 152152 url = https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git
153153[submodule "ports/esp32s2/esp-idf "]
154154 path = ports/esp32s2/esp-idf
155- url = https://github.com/hierophect /esp-idf.git
155+ url = https://github.com/espressif /esp-idf.git
Original file line number Diff line number Diff line change 2929
3030#include "common-hal/microcontroller/Pin.h"
3131
32- #include "components/soc /include/hal/i2c_types.h"
32+ #include "components/hal /include/hal/i2c_types.h"
3333#include "FreeRTOS.h"
3434#include "freertos/semphr.h"
3535#include "py/obj.h"
Original file line number Diff line number Diff line change 3030#include "common-hal/microcontroller/Pin.h"
3131
3232#include "components/driver/include/driver/spi_common_internal.h"
33- #include "components/soc /include/hal/spi_hal.h"
34- #include "components/soc /include/hal/spi_types.h"
33+ #include "components/hal /include/hal/spi_hal.h"
34+ #include "components/hal /include/hal/spi_types.h"
3535#include "py/obj.h"
3636
3737typedef struct {
Original file line number Diff line number Diff line change 2929
3030#include "common-hal/microcontroller/Pin.h"
3131
32- #include "components/soc /include/hal/uart_types.h"
32+ #include "components/hal /include/hal/uart_types.h"
3333#include "py/obj.h"
3434
3535typedef struct {
Original file line number Diff line number Diff line change 3030
3131#include "components/driver/include/driver/gpio.h"
3232
33- #include "components/soc /include/hal/gpio_hal.h"
33+ #include "components/hal /include/hal/gpio_hal.h"
3434
3535void common_hal_digitalio_digitalinout_never_reset (
3636 digitalio_digitalinout_obj_t * self ) {
Original file line number Diff line number Diff line change 3232#include "py/mphal.h"
3333
3434#include "components/driver/include/driver/gpio.h"
35- #include "components/soc /include/hal/gpio_hal.h"
35+ #include "components/hal /include/hal/gpio_hal.h"
3636
3737#ifdef MICROPY_HW_NEOPIXEL
3838bool neopixel_in_use ;
Original file line number Diff line number Diff line change 3434
3535#include "esp32s2_peripherals_config.h"
3636#include "esp-idf/config/sdkconfig.h"
37- #include "components/soc /include/hal/gpio_types.h"
37+ #include "components/hal /include/hal/gpio_types.h"
3838
3939typedef struct {
4040 PIN_PREFIX_FIELDS
You can’t perform that action at this time.
0 commit comments