This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 86efbcbee Change the way of definition of SUFFIX new 93c8cb29e nimble: make nimble porting example optional new d8ea8e3d1 nimble: improve integration with NuttX new f7072ceea examples: add NimBLE example, based on nimble/porting/examples/nuttx The 3 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/{ina219 => nimble}/Kconfig | 23 +- {canutils/canlib => examples/nimble}/Make.defs | 6 +- examples/{dhcpd => nimble}/Makefile | 18 +- examples/nimble/nimble_main.c | 322 ++++++++++++++++++++++ wireless/bluetooth/nimble/Kconfig | 222 ++++++++++++++- wireless/bluetooth/nimble/Makefile | 22 +- wireless/bluetooth/nimble/Makefile.nimble | 69 +++++ wireless/bluetooth/nimble/include/logcfg/logcfg.h | 66 +++++ wireless/bluetooth/nimble/include/syscfg/syscfg.h | 306 ++++++++++++++++++++ 9 files changed, 1014 insertions(+), 40 deletions(-) copy examples/{ina219 => nimble}/Kconfig (53%) copy {canutils/canlib => examples/nimble}/Make.defs (89%) copy examples/{dhcpd => nimble}/Makefile (74%) create mode 100644 examples/nimble/nimble_main.c create mode 100644 wireless/bluetooth/nimble/Makefile.nimble create mode 100644 wireless/bluetooth/nimble/include/logcfg/logcfg.h create mode 100644 wireless/bluetooth/nimble/include/syscfg/syscfg.h