esp-idf/components/esp_event
morris 16677b0d3c global: make periph enable/disable APIs private
peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h"
2021-11-08 10:37:47 +08:00
..
host_test [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
include [mocks]: freertos mock 2021-08-06 17:08:21 +08:00
private_include [mocks]: freertos mock 2021-08-06 17:08:21 +08:00
test global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
CMakeLists.txt [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
component.mk global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
default_event_loop.c [mocks]: freertos mock 2021-08-06 17:08:21 +08:00
esp_event_private.c ESP Event: multiple registrations to one event 2020-02-11 10:52:05 +01:00
esp_event.c [esp_event]: fixed and improved docs 2021-07-15 16:46:02 +08:00
event_loop_legacy.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
event_send_compat.inc Add support for FTM operation 2021-01-27 10:57:41 +05:30
event_send.c esp32h2: add some more fixes and TODOs 2021-07-01 20:36:39 +08:00
Kconfig Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
linker.lf Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
sdkconfig.rename Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00