This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 57cdc5c1 nimble/host: Add optional GAP event for unhandled HCI events
new a161f0ab apps/btshell: Convert to parse_arg module
new 61e724ab apps/dtm: Port to parse_arg module
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:
apps/btshell/pkg.yml | 1 +
apps/btshell/src/cmd.c | 122 ++++-----
apps/btshell/src/cmd.h | 37 +--
apps/btshell/src/cmd_gatt.c | 30 +--
apps/btshell/src/cmd_l2cap.c | 14 +-
apps/btshell/src/parse.c | 624 -------------------------------------------
apps/dtm/pkg.yml | 1 +
apps/dtm/src/main.c | 16 +-
apps/dtm/src/parse.c | 529 ------------------------------------
apps/dtm/src/parse.h | 58 ----
10 files changed, 95 insertions(+), 1337 deletions(-)
delete mode 100644 apps/dtm/src/parse.c
delete mode 100644 apps/dtm/src/parse.h