All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Move common client code to bt_shell
@ 2017-09-22  4:59 Marcin Kraglak
  2017-09-22  4:59 ` [PATCH 1/4] shared/bt_shell: Add initial implementation Marcin Kraglak
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Marcin Kraglak @ 2017-09-22  4:59 UTC (permalink / raw)
  To: linux-bluetooth

This is first part of moving common code of client and meshctl to shared
directory. Next steps would be:
 - functions for switching between menus (needed for meshctl)
 - display functions
 - common support for history


Marcin Kraglak (4):
  shared/bt_shell: Add initial implementation
  client: Use bt_shell to process commands.
  shared/bt_shell: Add bt_shell_completion
  client: Use bt_shell_completion

 Makefile.tools        |   3 +-
 client/main.c         |  93 +++---------------------------
 src/shared/bt_shell.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/shared/bt_shell.h |  43 ++++++++++++++
 4 files changed, 204 insertions(+), 87 deletions(-)
 create mode 100644 src/shared/bt_shell.c
 create mode 100644 src/shared/bt_shell.h

-- 
2.13.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-11-06 13:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22  4:59 [PATCH 0/4] Move common client code to bt_shell Marcin Kraglak
2017-09-22  4:59 ` [PATCH 1/4] shared/bt_shell: Add initial implementation Marcin Kraglak
2017-09-22  6:27   ` ERAMOTO Masaya
2017-09-22  7:42     ` Luiz Augusto von Dentz
2017-09-22  7:52       ` Marcin Kraglak
2017-10-23 11:42         ` Luiz Augusto von Dentz
2017-11-06 13:24           ` Marcin Kraglak
2017-11-06 13:25             ` Luiz Augusto von Dentz
2017-11-06 13:52               ` Marcel Holtmann
2017-11-06 13:59                 ` Luiz Augusto von Dentz
2017-09-22  5:00 ` [PATCH 2/4] client: Use bt_shell to process commands Marcin Kraglak
2017-09-22  5:00 ` [PATCH 3/4] shared/bt_shell: Add bt_shell_completion Marcin Kraglak
2017-09-22  5:00 ` [PATCH 4/4] client: Use bt_shell_completion Marcin Kraglak
2017-09-22  7:47   ` Luiz Augusto von Dentz
2017-09-22  8:00     ` Marcin Kraglak
2017-09-22  8:09       ` Luiz Augusto von Dentz
2017-11-06 12:34 ` [PATCH 0/4] Move common client code to bt_shell Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.