File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
#include "esp_log.h"
23
23
#include "esp_hosted_log.h"
24
24
#include "hci_drv.h"
25
+ #include "endian.h"
25
26
26
27
static const char TAG [] = "H_SDIO_DRV" ;
27
28
Original file line number Diff line number Diff line change 25
25
#include "esp_hosted_log.h"
26
26
#include "stats.h"
27
27
#include "hci_drv.h"
28
+ #include "endian.h"
28
29
29
30
DEFINE_LOG_TAG (spi );
30
31
Original file line number Diff line number Diff line change 19
19
20
20
#include "drivers/bt/hci_drv.h"
21
21
22
+ #include "endian.h"
22
23
#include "adapter.h"
23
24
#include "stats.h"
24
25
#include "transport_drv.h"
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ extern "C" {
42
42
43
43
#define MAX_SUPPORTED_SDIO_CLOCK_MHZ 40
44
44
45
- #define htole16 (x ) ((uint16_t)(x))
46
- #define le16toh (x ) ((uint16_t)(x))
47
-
48
45
#define IP_ADDR_LEN 4
49
46
#define MAC_LEN 6
50
47
#define MIN_MAC_STRING_LEN 17
Original file line number Diff line number Diff line change 1
- version : " 0.0.15 "
1
+ version : " 0.0.16 "
2
2
description : ESP-Hosted provides driver such that any host can re-use ESP chipset as Wi-Fi or Bluetooth co-processor.
3
3
url : https://github.com/espressif/esp-hosted/tree/feature/esp_as_mcu_host
4
4
examples :
You can’t perform that action at this time.
0 commit comments