linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 00/15] Introducing Soletta peripheral node-type
@ 2015-07-21 23:16 Vinicius Costa Gomes
  2015-07-21 23:16 ` [PATCH BlueZ v1 01/15] build: Add configure-time checks for soletta Vinicius Costa Gomes
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Vinicius Costa Gomes @ 2015-07-21 23:16 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Sorry for the delay, Soletta is now using kbuild as a build system,
the format of the configuration files changed and a few other changes,
so it was needed some time for the dust to settle.

Changes from the RFC:
 - Added a README;
 - Added a sample Makefile for building an binary implementing the
   behaviour expressed in the .fbp file;


Cheers,

Vinicius Costa Gomes (15):
  build: Add configure-time checks for soletta
  shared: Add a mainloop implementation using soletta
  peripheral/gatt: Fix usage of mainloop_ functions
  peripheral/gatt: Add a way to external services to register services
  peripheral/gap: Fix missing includes
  peripheral/gap: Init the gatt_server
  peripheral: Disable support for static random addresses
  peripheral/gap: Set the discoverable flag in the advertising
  peripheral/gatt: Use LOW security level
  soletta/heartrate: Add a node-type for the Heartrate profile
  .gitignore: Ignore soletta generated files
  build: Add heartrate soletta node type to the build system
  soletta: Add a sample flow using the heartrate node
  peripheral: Add a README for the Soletta support
  peripheral: Add a Makefile for building a binary using soletta

 .gitignore                                |   5 +
 Makefile.am                               |   8 +-
 Makefile.tools                            |  20 ++
 configure.ac                              |  38 ++++
 peripheral/gap.c                          |  12 +-
 peripheral/gatt.c                         | 124 +++++++++---
 peripheral/gatt.h                         |   6 +
 peripheral/soletta/Makefile               |  22 +++
 peripheral/soletta/README                 | 140 +++++++++++++
 peripheral/soletta/heartrate-genspec.json |  31 +++
 peripheral/soletta/heartrate.c            | 270 +++++++++++++++++++++++++
 peripheral/soletta/heartrate.fbp          |   1 +
 peripheral/soletta/sol-flow.json          |   8 +
 src/shared/io-soletta.c                   | 317 ++++++++++++++++++++++++++++++
 src/shared/timeout-soletta.c              | 111 +++++++++++
 15 files changed, 1078 insertions(+), 35 deletions(-)
 create mode 100644 peripheral/soletta/Makefile
 create mode 100644 peripheral/soletta/README
 create mode 100644 peripheral/soletta/heartrate-genspec.json
 create mode 100644 peripheral/soletta/heartrate.c
 create mode 100644 peripheral/soletta/heartrate.fbp
 create mode 100644 peripheral/soletta/sol-flow.json
 create mode 100644 src/shared/io-soletta.c
 create mode 100644 src/shared/timeout-soletta.c

--
2.4.6

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

end of thread, other threads:[~2015-07-21 23:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 23:16 [PATCH BlueZ v1 00/15] Introducing Soletta peripheral node-type Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 01/15] build: Add configure-time checks for soletta Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 02/15] shared: Add a mainloop implementation using soletta Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 03/15] peripheral/gatt: Fix usage of mainloop_ functions Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 04/15] peripheral/gatt: Add a way to external services to register services Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 05/15] peripheral/gap: Fix missing includes Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 06/15] peripheral/gap: Init the gatt_server Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 07/15] peripheral: Disable support for static random addresses Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 08/15] peripheral/gap: Set the discoverable flag in the advertising Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 09/15] peripheral/gatt: Use LOW security level Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 10/15] soletta/heartrate: Add a node-type for the Heartrate profile Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 11/15] .gitignore: Ignore soletta generated files Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 12/15] build: Add heartrate soletta node type to the build system Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 13/15] soletta: Add a sample flow using the heartrate node Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 14/15] peripheral: Add a README for the Soletta support Vinicius Costa Gomes
2015-07-21 23:16 ` [PATCH BlueZ v1 15/15] peripheral: Add a Makefile for building a binary using soletta Vinicius Costa Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).