Files
drivers/espradio/blobs/include/include.h
T
Ayke van Laethem 8b3d323f1b espradio: implement support for wifi/BLE on the ESP32-C3
This is a work in progress. It does not yet work.
2024-01-27 19:47:47 +01:00

19 lines
349 B
C

typedef int _lock_t;
#define SOC_COEX_HW_PTI 1
#include "espidf_types.h"
#include "esp_private/wifi.h"
#include "esp_wpa.h"
#include "esp_phy_init.h"
#include "phy.h"
#include "esp_timer.h"
#if !defined(CONFIG_IDF_TARGET_ESP32S2)
#include "esp_bt.h"
#include "esp_coexist_internal.h"
#include "esp_coexist_adapter.h"
#endif
#include "esp_now.h"