OVMS3-idf/components/esp32/include
liuzhifu bd2e55def3 component/esp32: adjust some APIs
1. Modify wifi_init_config_t to:
   typedef struct {
      wifi_event_handler_t event_handler;  /**< WiFi event handler */
   } wifi_init_config_t;
2. Modify argument of esp_wifi_set/get_promiscuous from uint8_t/uint8_t* to bool/bool*
2016-09-26 19:45:36 +08:00
..
hwcrypto mbedtls: Use hardware accelerated AES, SHA, bignum 2016-09-08 17:41:43 +08:00
rom rom/gpio.h: Use new GPIO_PIN0_REG register name 2016-09-16 09:43:52 +10:00
soc add btdm_controller 1st 2016-09-22 16:40:31 +08:00
xtensa Initial public version 2016-08-17 23:08:22 +08:00
esp_attr.h components/esp32: fix DRAM_ATTR attribute 2016-08-24 17:20:00 +08:00
esp_err.h components/esp32: add ESP_ERROR_CHECK 2016-09-26 01:34:05 +08:00
esp_event.h Event handling refactoring 2016-09-26 01:17:32 +08:00
esp_event_loop.h Event handling refactoring 2016-09-26 01:17:32 +08:00
esp_intr.h header files: modify rom code and soc header files 2016-09-12 17:47:49 +08:00
esp_ipc.h components/esp32,spi_flash: update some comments 2016-09-12 20:02:51 +08:00
esp_ssc.h Initial public version 2016-08-17 23:08:22 +08:00
esp_system.h system api: clean unsupported system apis 2016-08-26 19:06:38 +08:00
esp_task.h components/esp32,bt: fix typos in comments 2016-09-26 00:51:56 +08:00
esp_types.h Initial public version 2016-08-17 23:08:22 +08:00
esp_wifi.h component/esp32: adjust some APIs 2016-09-26 19:45:36 +08:00
esp_wps.h Initial public version 2016-08-17 23:08:22 +08:00