Merge branch 'cbor' of https://github.com/davidgs/incubator-mynewt-core into cbor
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/659665f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/659665f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/659665f3 Branch: refs/heads/develop Commit: 659665f399b48882651d308ef5c496912d41d661 Parents: 990862f 5d1984c Author: David G. Simmons <[email protected]> Authored: Tue Dec 20 10:46:00 2016 -0500 Committer: David G. Simmons <[email protected]> Committed: Tue Dec 20 10:46:00 2016 -0500 ---------------------------------------------------------------------- apps/nrf52_adc/pkg.yml | 41 ++++ apps/nrf52_adc/src/bleadc.h | 74 ++++++ apps/nrf52_adc/src/gatt_svr.c | 318 ++++++++++++++++++++++++++ apps/nrf52_adc/src/main.c | 451 +++++++++++++++++++++++++++++++++++++ apps/nrf52_adc/src/misc.c | 43 ++++ apps/nrf52_adc/syscfg.yml | 50 ++++ hw/bsp/nrf52dk/src/hal_bsp.c | 22 +- hw/bsp/nrf52dk/syscfg.yml | 15 +- 8 files changed, 1011 insertions(+), 3 deletions(-) ----------------------------------------------------------------------
