This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 3764ab041 cmake: remove empty strings from FetchContent new a4af41f89 examples/nimble_blecent: fix various coding standard issues new fa8daf407 examples/nimble_bleprph: fix various coding standard issues The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: examples/nimble_blecent/CMakeLists.txt | 4 +- examples/nimble_blecent/Kconfig | 6 +- examples/nimble_blecent/Make.defs | 4 +- examples/nimble_blecent/Makefile | 2 + examples/nimble_blecent/blecent.h | 121 +++++--- examples/nimble_blecent/misc.c | 13 +- examples/nimble_blecent/nimble_blecent_main.c | 410 +++++++++++++------------- examples/nimble_blecent/peer.c | 332 ++++++++++----------- examples/nimble_bleprph/CMakeLists.txt | 4 +- examples/nimble_bleprph/Kconfig | 4 +- examples/nimble_bleprph/Make.defs | 4 +- examples/nimble_bleprph/Makefile | 2 + examples/nimble_bleprph/bleprph.h | 35 ++- examples/nimble_bleprph/gatt_svr.c | 158 +++++----- examples/nimble_bleprph/misc.c | 14 +- examples/nimble_bleprph/nimble_bleprph_main.c | 250 ++++++++-------- 16 files changed, 709 insertions(+), 654 deletions(-)