Skip to content

Commit

Permalink
expose sdio_slave.h for all targets that support it and add onewire_b…
Browse files Browse the repository at this point in the history
…us.h (#322)

* expose sdio_slave.h for all targets that support it

* expose onewire_bus remote component
  • Loading branch information
Vollbrecht authored Jul 14, 2024
1 parent 9008dfb commit 343e372
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
#endif
#include "driver/rtc_cntl.h"
#include "driver/rtc_io.h"
#ifdef CONFIG_IDF_TARGET_ESP32
#ifdef SOC_SDIO_SLAVE_SUPPORTED
#include "driver/sdio_slave.h"
#endif
#include "driver/sdmmc_defs.h"
Expand Down Expand Up @@ -513,4 +513,7 @@
#include "driver/usb_serial_jtag.h"
#endif

// n
// official onewire_bus remote component
#ifdef ESP_IDF_COMP_ESPRESSIF__ONEWIRE_BUS_ENABLED
#include "onewire_bus.h"
#endif

0 comments on commit 343e372

Please sign in to comment.