esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
ble_mesh_adapter.c examples: esp_ble_mesh: move definition of globals into source file 2022-01-27 11:00:09 +07:00
ble_mesh_adapter.h freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
ble_mesh_cfg_srv_model.c examples: esp_ble_mesh: move ble_mesh_node_prestore_params symbol to source file 2022-01-27 11:01:23 +07:00
ble_mesh_cfg_srv_model.h examples: esp_ble_mesh: move ble_mesh_node_prestore_params symbol to source file 2022-01-27 11:01:23 +07:00
ble_mesh_console_decl.h ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
ble_mesh_console_lib.c ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
ble_mesh_console_lib.h ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
ble_mesh_console_main.c change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
ble_mesh_console_system.c ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
ble_mesh_reg_cfg_client_cmd.c provisioner receive heartbeat message 2022-01-24 07:54:28 +00:00
ble_mesh_reg_gen_onoff_client_cmd.c ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
ble_mesh_reg_test_perf_client_cmd.c global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
ble_mesh_register_cmd.c global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
ble_mesh_register_server_cmd.c ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
CMakeLists.txt Test: merge ble mesh node and provioner in console 2020-08-21 11:01:37 +08:00
register_bluetooth.c ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00
transaction.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
transaction.h ble_mesh: example: Update example license 2021-12-24 09:08:45 +08:00