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 152
152
url = https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git
153
153
[submodule "ports/esp32s2/esp-idf "]
154
154
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 29
29
30
30
#include "common-hal/microcontroller/Pin.h"
31
31
32
- #include "components/soc /include/hal/i2c_types.h"
32
+ #include "components/hal /include/hal/i2c_types.h"
33
33
#include "FreeRTOS.h"
34
34
#include "freertos/semphr.h"
35
35
#include "py/obj.h"
Original file line number Diff line number Diff line change 30
30
#include "common-hal/microcontroller/Pin.h"
31
31
32
32
#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"
35
35
#include "py/obj.h"
36
36
37
37
typedef struct {
Original file line number Diff line number Diff line change 29
29
30
30
#include "common-hal/microcontroller/Pin.h"
31
31
32
- #include "components/soc /include/hal/uart_types.h"
32
+ #include "components/hal /include/hal/uart_types.h"
33
33
#include "py/obj.h"
34
34
35
35
typedef struct {
Original file line number Diff line number Diff line change 30
30
31
31
#include "components/driver/include/driver/gpio.h"
32
32
33
- #include "components/soc /include/hal/gpio_hal.h"
33
+ #include "components/hal /include/hal/gpio_hal.h"
34
34
35
35
void common_hal_digitalio_digitalinout_never_reset (
36
36
digitalio_digitalinout_obj_t * self ) {
Original file line number Diff line number Diff line change 32
32
#include "py/mphal.h"
33
33
34
34
#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"
36
36
37
37
#ifdef MICROPY_HW_NEOPIXEL
38
38
bool neopixel_in_use ;
Original file line number Diff line number Diff line change 34
34
35
35
#include "esp32s2_peripherals_config.h"
36
36
#include "esp-idf/config/sdkconfig.h"
37
- #include "components/soc /include/hal/gpio_types.h"
37
+ #include "components/hal /include/hal/gpio_types.h"
38
38
39
39
typedef struct {
40
40
PIN_PREFIX_FIELDS
You can’t perform that action at this time.
0 commit comments