OVMS3-idf/components/bt/esp_ble_mesh/mesh_common
lly d2bcb5c7ff ble_mesh: A specific fix for compile warning in idf4.0
Compared with the latest idf, idf4.0 defines BIT(nr) in
the "esp_bit_defs.h" without the pre-condition "#ifndef BIT",
which will cause compile warning when using mesh. So we
include the header file "soc/soc.h" in "mesh_util.h",
which can bypass the definition of "BIT" in "mesh_util.h"
when compiling.
2020-05-21 16:50:09 +08:00
..
include ble_mesh: A specific fix for compile warning in idf4.0 2020-05-21 16:50:09 +08:00
mesh_aes_encrypt.c ble_mesh: Miscellaneous modifications 2020-02-27 14:42:25 +08:00
mesh_atomic.c ble_mesh: Split mesh mutex into a separate file 2020-05-21 15:19:52 +08:00
mesh_buf.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_common.c ble_mesh: Split mesh mutex into a separate file 2020-05-21 15:19:52 +08:00
mesh_kernel.c ble_mesh: Split mesh os related into a separate file 2020-05-21 15:22:13 +08:00
mesh_mutex.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_timer.c ble_mesh: Split mesh os related into a separate file 2020-05-21 15:22:13 +08:00
mesh_util.c ble_mesh: Miscellaneous modifications 2020-02-27 14:42:25 +08:00