OVMS3-idf/components/bt/esp_ble_mesh/mesh_common/include
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
..
mesh_aes_encrypt.h ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
mesh_atomic.h ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
mesh_buf.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_byteorder.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_common.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_compiler.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_dlist.h ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
mesh_ffs.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_kernel.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_mutex.h ble_mesh: Split mesh os related into a separate file 2020-05-21 15:22:13 +08:00
mesh_slist.h ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
mesh_timer.h ble_mesh: Split mesh os related into a separate file 2020-05-21 15:22:13 +08:00
mesh_trace.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_types.h ble_mesh: Add PRIu64 & PRIx64 in mesh_types.h 2020-05-21 15:19:46 +08:00
mesh_util.h ble_mesh: A specific fix for compile warning in idf4.0 2020-05-21 16:50:09 +08:00