OVMS3-idf/components/esp32/include
Angus Gratton 0647d1e922 esp32 hwcrypto: Rework hardware crypto locking
Should protect against concurrent use of hardware crypto primitives,
with good performance.

Not necessary to call esp_aes_acquire_hardware(),
esp_sha_acquire_hardware(), etc when using these APIs. These are
provided for external users calling the hardware crypto hardware
directly, to coexist with this implementation.
2016-09-08 16:47:13 +08:00
..
hwcrypto esp32 hwcrypto: Rework hardware crypto locking 2016-09-08 16:47:13 +08:00
rom Merge wifi branch commit '588d384393536a040f899b382890316c56061b6a' into feature/wifi-stage-one 2016-09-02 11:14:27 +10:00
soc modify APB_CLK_FREQ from 40M to 80M 2016-08-26 19:03:51 +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 Initial public version 2016-08-17 23:08:22 +08:00
esp_event.h tcpip_adapter: typedef clean up 2016-09-06 19:36:03 +08:00
esp_intr.h add esp_intr.h 2016-08-26 19:06:38 +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_types.h Initial public version 2016-08-17 23:08:22 +08:00
esp_wifi.h Post station's auth mode event after it is connected to AP. 2016-09-06 16:47:02 +08:00
esp_wps.h Initial public version 2016-08-17 23:08:22 +08:00