Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-core into sensors_branch
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/d21ef0fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d21ef0fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d21ef0fd Branch: refs/heads/sensors_branch Commit: d21ef0fdd1215c2cd52871d0b5d5d11be3de1682 Parents: ac59feb 1449ffc Author: Vipul Rahane <[email protected]> Authored: Thu Feb 23 13:13:29 2017 -0800 Committer: Vipul Rahane <[email protected]> Committed: Thu Feb 23 13:13:29 2017 -0800 ---------------------------------------------------------------------- .rat-excludes | 59 +- LICENSE | 144 +++-- NOTICE | 2 +- README.md | 10 +- apps/blecent/src/main.c | 29 +- apps/blecent/src/misc.c | 40 +- apps/blecent/syscfg.yml | 1 - apps/blehci/syscfg.yml | 1 - apps/bleprph/pkg.yml | 1 + apps/bleprph/src/bleprph.h | 1 + apps/bleprph/src/main.c | 38 +- apps/bleprph/syscfg.yml | 1 - apps/bleprph_oic/src/main.c | 47 +- apps/bleprph_oic/syscfg.yml | 2 - apps/blesplit/README.md | 55 ++ apps/blesplit/pkg.yml | 44 ++ apps/blesplit/src/blesplit.h | 59 ++ apps/blesplit/src/main.c | 287 +++++++++ apps/blesplit/src/misc.c | 43 ++ apps/blesplit/syscfg.yml | 47 ++ apps/bletest/src/bletest_hci.c | 22 +- apps/bletest/src/main.c | 36 +- apps/bletest/syscfg.yml | 9 +- apps/bletiny/src/bletiny.h | 28 +- apps/bletiny/src/cmd.c | 426 +++++++----- apps/bletiny/src/main.c | 312 +++++++-- apps/bletiny/src/misc.c | 16 +- apps/bletiny/syscfg.yml | 1 - apps/bleuart/src/main.c | 20 +- apps/bleuart/syscfg.yml | 1 - apps/boot/pkg.yml | 2 +- apps/boot/src/boot.c | 20 +- apps/boot/syscfg.yml | 6 +- apps/ocf_sample/src/ocf_ble.c | 13 +- apps/ocf_sample/syscfg.yml | 1 - apps/slinky/src/main.c | 8 +- apps/slinky/syscfg.yml | 14 - apps/slinky_oic/src/main.c | 7 +- apps/slinky_oic/syscfg.yml | 1 - apps/spitest/src/main.c | 6 +- apps/spitest/syscfg.yml | 1 - apps/splitty/src/main.c | 8 +- apps/splitty/syscfg.yml | 4 - apps/testbench/pkg.yml | 1 + apps/testbench/src/testbench.c | 4 +- apps/testbench/src/testbench.h | 15 - apps/testbench/src/testbench_mutex.c | 16 +- apps/testbench/src/testbench_sem.c | 8 +- apps/testbench/syscfg.yml | 19 +- apps/timtest/src/main.c | 6 +- boot/boot_serial/pkg.yml | 10 +- boot/boot_serial/src/boot_serial.c | 248 ++++++- boot/boot_serial/src/boot_serial_priv.h | 16 +- .../src/testcases/boot_serial_empty_img_msg.c | 2 +- .../test/src/testcases/boot_serial_img_msg.c | 2 +- .../testcases/boot_serial_upload_bigger_image.c | 2 +- boot/bootutil/src/bootutil_misc.c | 19 +- boot/bootutil/src/image_ec256.c | 2 +- boot/bootutil/src/image_rsa.c | 2 + boot/bootutil/src/loader.c | 182 +++--- boot/bootutil/syscfg.yml | 6 +- boot/split_app/pkg.yml | 4 + boot/split_app/src/split_app.c | 8 + compiler/arm-none-eabi-m4/syscfg.yml | 4 + compiler/gdbmacros/mbuf.gdb | 40 +- compiler/gdbmacros/os.gdb | 38 ++ fs/fatfs/src/mynewt_glue.c | 18 + fs/fcb/include/fcb/fcb.h | 6 +- fs/fcb/src/fcb.c | 29 +- fs/fcb/test/src/fcb_test.c | 5 +- fs/fcb/test/src/testcases/fcb_test_last_of_n.c | 84 +++ fs/fs/include/fs/fs.h | 5 + fs/fs/src/fs_dirent.c | 3 +- fs/fs/src/fs_file.c | 2 +- fs/fs/src/fs_mount.c | 18 +- fs/fs/src/fs_nmgr.c | 270 ++++++++ fs/fs/src/fs_priv.h | 4 + fs/fs/src/fsutil.c | 4 +- fs/fs/syscfg.yml | 6 +- fs/nffs/src/nffs.c | 5 +- fs/nffs/syscfg.yml | 4 +- hw/bsp/arduino_primo_nrf52/include/bsp/bsp.h | 4 +- hw/bsp/arduino_primo_nrf52/pkg.yml | 3 + hw/bsp/arduino_primo_nrf52/split-primo.ld | 4 +- .../arch/cortex_m4/gcc_startup_nrf52_split.s | 5 +- hw/bsp/arduino_primo_nrf52/src/hal_bsp.c | 4 +- hw/bsp/arduino_primo_nrf52/syscfg.yml | 46 +- hw/bsp/bbc_microbit/boot-nrf51xxac.ld | 27 + hw/bsp/bbc_microbit/bsp.yml | 62 ++ hw/bsp/bbc_microbit/include/bsp/bsp.h | 50 ++ hw/bsp/bbc_microbit/include/bsp/cmsis_nvic.h | 30 + hw/bsp/bbc_microbit/microbit_debug.sh | 37 ++ hw/bsp/bbc_microbit/microbit_download.sh | 42 ++ hw/bsp/bbc_microbit/nrf51xxac.ld | 30 + hw/bsp/bbc_microbit/pkg.yml | 88 +++ hw/bsp/bbc_microbit/split-microbit.ld | 185 ++++++ .../src/arch/cortex_m0/gcc_startup_nrf51.s | 280 ++++++++ .../arch/cortex_m0/gcc_startup_nrf51_split.s | 182 ++++++ hw/bsp/bbc_microbit/src/hal_bsp.c | 176 +++++ hw/bsp/bbc_microbit/src/sbrk.c | 57 ++ hw/bsp/bbc_microbit/syscfg.yml | 74 +++ hw/bsp/bmd200/boot-nrf51xxac.ld | 27 + hw/bsp/bmd200/bsp.yml | 62 ++ hw/bsp/bmd200/include/bsp/boards.h | 19 + hw/bsp/bmd200/include/bsp/bsp.h | 53 ++ hw/bsp/bmd200/include/bsp/cmsis_nvic.h | 30 + hw/bsp/bmd200/nrf51dk_debug.sh | 36 ++ hw/bsp/bmd200/nrf51dk_download.sh | 41 ++ hw/bsp/bmd200/nrf51dk_no_boot.ld | 179 ++++++ hw/bsp/bmd200/nrf51xxac.ld | 25 + hw/bsp/bmd200/pkg.yml | 90 +++ hw/bsp/bmd200/split-nrf51dk.ld | 185 ++++++ .../src/arch/cortex_m0/gcc_startup_nrf51.s | 280 ++++++++ .../arch/cortex_m0/gcc_startup_nrf51_split.s | 182 ++++++ hw/bsp/bmd200/src/hal_bsp.c | 189 ++++++ hw/bsp/bmd200/src/sbrk.c | 59 ++ hw/bsp/bmd200/syscfg.yml | 96 +++ hw/bsp/bmd300eval/pkg.yml | 4 + hw/bsp/bmd300eval/split-bmd300eval.ld | 4 +- .../arch/cortex_m4/gcc_startup_nrf52_split.s | 5 +- hw/bsp/bmd300eval/src/hal_bsp.c | 4 +- hw/bsp/bmd300eval/syscfg.yml | 22 +- hw/bsp/ci40/syscfg.yml | 23 +- hw/bsp/frdm-k64f/frdm-k64_debug.sh | 1 + hw/bsp/frdm-k64f/frdm-k64_download.sh | 2 +- hw/bsp/frdm-k64f/pkg.yml | 4 +- hw/bsp/frdm-k64f/syscfg.yml | 62 +- hw/bsp/nrf51-arduino_101/syscfg.yml | 27 +- .../arch/cortex_m0/gcc_startup_nrf51_split.s | 5 + hw/bsp/nrf51-blenano/syscfg.yml | 24 +- .../arch/cortex_m0/gcc_startup_nrf51_split.s | 5 + hw/bsp/nrf51dk-16kbram/syscfg.yml | 24 +- hw/bsp/nrf51dk/split-nrf51dk.ld | 4 +- .../arch/cortex_m0/gcc_startup_nrf51_split.s | 5 + hw/bsp/nrf51dk/syscfg.yml | 24 +- hw/bsp/nrf52840pdk/pkg.yml | 3 + .../arch/cortex_m4/gcc_startup_nrf52_split.s | 5 +- hw/bsp/nrf52840pdk/src/hal_bsp.c | 4 +- hw/bsp/nrf52840pdk/syscfg.yml | 33 +- hw/bsp/nrf52dk/include/bsp/bsp.h | 11 + hw/bsp/nrf52dk/pkg.yml | 3 + hw/bsp/nrf52dk/split-nrf52dk.ld | 4 +- .../arch/cortex_m4/gcc_startup_nrf52_split.s | 5 +- hw/bsp/nrf52dk/src/hal_bsp.c | 4 +- hw/bsp/nrf52dk/syscfg.yml | 35 +- hw/bsp/nucleo-f401re/pkg.yml | 3 + hw/bsp/nucleo-f401re/src/hal_bsp.c | 4 + hw/bsp/nucleo-f401re/syscfg.yml | 14 +- hw/bsp/olimex_stm32-e407_devboard/pkg.yml | 3 + .../run_from_flash.ld | 204 ------ .../run_from_loader.ld | 210 ------ .../olimex_stm32-e407_devboard/run_from_sram.ld | 202 ------ hw/bsp/olimex_stm32-e407_devboard/src/hal_bsp.c | 48 +- hw/bsp/olimex_stm32-e407_devboard/syscfg.yml | 21 +- hw/bsp/rb-nano2/pkg.yml | 3 + hw/bsp/rb-nano2/split-rb-nano2.ld | 4 +- .../arch/cortex_m4/gcc_startup_nrf52_split.s | 4 + hw/bsp/rb-nano2/src/hal_bsp.c | 12 + hw/bsp/rb-nano2/syscfg.yml | 27 +- hw/bsp/stm32f4discovery/pkg.yml | 3 + hw/bsp/stm32f4discovery/run_from_flash.ld | 204 ------ hw/bsp/stm32f4discovery/run_from_loader.ld | 210 ------ hw/bsp/stm32f4discovery/run_from_sram.ld | 202 ------ hw/bsp/stm32f4discovery/src/hal_bsp.c | 4 + hw/bsp/stm32f4discovery/syscfg.yml | 5 +- hw/bsp/usbmkw41z/boot-mkw41z512.ld | 4 +- hw/bsp/usbmkw41z/mkw41z512.ld | 4 +- hw/bsp/usbmkw41z/syscfg.yml | 2 +- hw/drivers/nimble/nrf51/src/ble_hw.c | 12 +- hw/drivers/nimble/nrf52/src/ble_hw.c | 12 +- hw/hal/include/hal/hal_system.h | 16 +- hw/mcu/native/pkg.yml | 2 +- hw/mcu/native/src/hal_system.c | 3 +- hw/mcu/nordic/nrf51xxx/nrf51.ld | 4 +- hw/mcu/nordic/nrf51xxx/src/hal_i2c.c | 4 +- hw/mcu/nordic/nrf51xxx/src/hal_system_start.c | 27 + hw/mcu/nordic/nrf52xxx/nrf52.ld | 4 +- hw/mcu/nordic/nrf52xxx/src/hal_i2c.c | 4 +- hw/mcu/nordic/nrf52xxx/src/hal_system_start.c | 29 +- hw/mcu/nxp/MK64F12/src/hal_flash.c | 57 +- hw/mcu/nxp/MK64F12/src/hal_uart.c | 144 +++-- hw/mcu/stm/stm32f4xx/stm32f401.ld | 8 +- hw/mcu/stm/stm32f4xx/stm32f407.ld | 8 +- kernel/os/include/os/endian.h | 159 ++++- kernel/os/include/os/os.h | 2 +- kernel/os/include/os/os_eventq.h | 2 - kernel/os/include/os/os_fault.h | 24 +- kernel/os/include/os/os_sched.h | 2 +- kernel/os/include/os/os_task.h | 5 +- kernel/os/src/arch/cortex_m4/m4/HAL_CM4.s | 18 +- kernel/os/src/arch/cortex_m4/os_arch_arm.c | 13 + kernel/os/src/arch/cortex_m4/os_fault.c | 26 +- kernel/os/src/endian.c | 218 +++++++ kernel/os/src/os.c | 28 +- kernel/os/src/os_dev.c | 44 +- kernel/os/src/os_eventq.c | 47 +- kernel/os/src/os_mempool.c | 8 + kernel/os/src/os_msys_init.c | 1 + kernel/os/src/os_sched.c | 15 +- kernel/os/src/os_task.c | 11 +- kernel/os/syscfg.yml | 26 +- kernel/os/test/src/callout_test.c | 14 +- kernel/os/test/src/callout_test.h | 16 +- kernel/os/test/src/eventq_test.c | 8 - kernel/os/test/src/eventq_test.h | 28 +- kernel/os/test/src/mempool_test.c | 2 +- kernel/os/test/src/mutex_test.c | 2 +- kernel/os/test/src/os_test.c | 2 +- kernel/os/test/src/os_test_priv.h | 16 +- kernel/os/test/src/sem_test.c | 2 +- .../src/testcases/event_test_poll_single_sr.c | 11 - .../os/test/src/testcases/event_test_poll_sr.c | 11 - .../src/testcases/event_test_poll_timeout_sr.c | 11 - kernel/os/test/src/testcases/event_test_src.c | 11 - kernel/os/test/src/testcases/os_callout_test.c | 12 - .../test/src/testcases/os_callout_test_speak.c | 12 - .../test/src/testcases/os_callout_test_stop.c | 12 - libc/baselibc/pkg.yml | 3 +- libc/baselibc/src/start.c | 5 +- mgmt/imgmgr/include/imgmgr/imgmgr.h | 10 +- mgmt/imgmgr/src/imgmgr.c | 17 +- mgmt/imgmgr/src/imgmgr_fs.c | 233 ------- mgmt/imgmgr/src/imgmgr_priv.h | 9 - mgmt/imgmgr/syscfg.yml | 7 +- mgmt/mgmt/include/mgmt/mgmt.h | 3 +- mgmt/newtmgr/include/newtmgr/newtmgr.h | 13 +- mgmt/newtmgr/nmgr_os/src/newtmgr_os.c | 2 +- mgmt/newtmgr/src/newtmgr.c | 24 +- mgmt/newtmgr/transport/nmgr_shell/pkg.yml | 2 +- mgmt/newtmgr/transport/nmgr_uart/pkg.yml | 1 + .../newtmgr/transport/nmgr_uart/src/nmgr_uart.c | 44 +- mgmt/newtmgr/transport/nmgr_uart/syscfg.yml | 2 +- mgmt/oicmgr/src/oicmgr.c | 1 + .../mn_socket/test/src/testcases/socket_tests.c | 2 +- net/nimble/controller/src/ble_ll.c | 4 +- net/nimble/controller/src/ble_ll_adv.c | 24 +- net/nimble/controller/src/ble_ll_conn.c | 22 +- net/nimble/controller/src/ble_ll_conn_hci.c | 118 ++-- net/nimble/controller/src/ble_ll_ctrl.c | 116 ++-- net/nimble/controller/src/ble_ll_hci.c | 34 +- net/nimble/controller/src/ble_ll_hci_ev.c | 44 +- net/nimble/controller/src/ble_ll_resolv.c | 2 +- net/nimble/controller/src/ble_ll_scan.c | 8 +- net/nimble/controller/syscfg.yml | 35 +- net/nimble/host/include/host/ble_gap.h | 61 +- net/nimble/host/include/host/ble_gatt.h | 4 +- net/nimble/host/include/host/ble_hs.h | 4 + net/nimble/host/include/host/ble_hs_adv.h | 64 +- net/nimble/host/include/host/ble_hs_id.h | 3 +- net/nimble/host/include/host/ble_l2cap.h | 114 ++++ net/nimble/host/include/host/ble_store.h | 23 +- net/nimble/host/pts/pts-gatt.txt | 4 +- .../host/services/gatt/src/ble_svc_gatt.c | 4 +- net/nimble/host/src/ble_att.c | 38 +- net/nimble/host/src/ble_att_clt.c | 16 +- net/nimble/host/src/ble_att_priv.h | 1 + net/nimble/host/src/ble_att_svr.c | 23 +- net/nimble/host/src/ble_eddystone.c | 9 +- net/nimble/host/src/ble_gap.c | 480 ++++++-------- net/nimble/host/src/ble_gap_priv.h | 9 +- net/nimble/host/src/ble_gattc.c | 24 +- net/nimble/host/src/ble_gatts.c | 30 +- net/nimble/host/src/ble_hs.c | 3 +- net/nimble/host/src/ble_hs_adv.c | 272 +++++--- net/nimble/host/src/ble_hs_adv_priv.h | 6 +- net/nimble/host/src/ble_hs_conn.c | 59 +- net/nimble/host/src/ble_hs_conn_priv.h | 25 +- net/nimble/host/src/ble_hs_dbg.c | 72 +-- net/nimble/host/src/ble_hs_hci.c | 10 +- net/nimble/host/src/ble_hs_hci_cmd.c | 110 ++-- net/nimble/host/src/ble_hs_hci_evt.c | 60 +- net/nimble/host/src/ble_hs_hci_util.c | 8 +- net/nimble/host/src/ble_hs_id.c | 38 +- net/nimble/host/src/ble_hs_misc.c | 18 +- net/nimble/host/src/ble_hs_priv.h | 1 + net/nimble/host/src/ble_hs_startup.c | 2 +- net/nimble/host/src/ble_ibeacon.c | 4 +- net/nimble/host/src/ble_l2cap.c | 136 ++-- net/nimble/host/src/ble_l2cap_coc.c | 131 ++++ net/nimble/host/src/ble_l2cap_coc_priv.h | 68 ++ net/nimble/host/src/ble_l2cap_priv.h | 39 +- net/nimble/host/src/ble_l2cap_sig.c | 563 +++++++++++++++- net/nimble/host/src/ble_l2cap_sig_cmd.c | 63 +- net/nimble/host/src/ble_l2cap_sig_priv.h | 44 +- net/nimble/host/src/ble_sm.c | 475 ++++++++------ net/nimble/host/src/ble_sm_alg.c | 2 +- net/nimble/host/src/ble_sm_cmd.c | 633 +----------------- net/nimble/host/src/ble_sm_lgcy.c | 98 ++- net/nimble/host/src/ble_sm_priv.h | 123 +--- net/nimble/host/src/ble_sm_sc.c | 189 +++--- net/nimble/host/src/ble_store.c | 31 +- net/nimble/host/src/ble_uuid.c | 11 +- net/nimble/host/store/ram/src/ble_store_ram.c | 23 +- net/nimble/host/syscfg.yml | 12 + net/nimble/host/test/src/ble_att_clt_test.c | 26 +- net/nimble/host/test/src/ble_att_svr_test.c | 41 +- net/nimble/host/test/src/ble_gap_test.c | 560 ++++++++-------- net/nimble/host/test/src/ble_gatt_disc_c_test.c | 4 +- net/nimble/host/test/src/ble_gatt_disc_d_test.c | 2 +- net/nimble/host/test/src/ble_gatt_disc_s_test.c | 8 +- net/nimble/host/test/src/ble_gatt_find_s_test.c | 10 +- net/nimble/host/test/src/ble_gatt_read_test.c | 2 +- .../host/test/src/ble_gatts_notify_test.c | 6 +- net/nimble/host/test/src/ble_hs_adv_test.c | 640 +++++++------------ net/nimble/host/test/src/ble_hs_conn_test.c | 49 +- net/nimble/host/test/src/ble_hs_hci_test.c | 4 +- net/nimble/host/test/src/ble_hs_test_util.c | 185 ++++-- net/nimble/host/test/src/ble_hs_test_util.h | 16 +- net/nimble/host/test/src/ble_l2cap_test.c | 38 +- net/nimble/host/test/src/ble_os_test.c | 29 +- net/nimble/host/test/src/ble_sm_lgcy_test.c | 28 +- net/nimble/host/test/src/ble_sm_sc_test.c | 52 +- net/nimble/host/test/src/ble_sm_test_util.c | 390 +++++++++-- net/nimble/include/nimble/ble.h | 68 +- net/nimble/src/util.c | 219 ------- net/nimble/transport/uart/syscfg.yml | 18 +- net/oic/pkg.yml | 3 + net/oic/src/api/oc_buffer.c | 1 + net/oic/src/port/mynewt/adaptor.c | 9 +- net/oic/src/port/mynewt/ble_adaptor.c | 2 +- net/wifi/wifi_mgmt/syscfg.yml | 2 +- sys/config/pkg.yml | 2 +- sys/config/src/config_fcb.c | 2 - sys/config/src/config_init.c | 30 +- sys/config/syscfg.yml | 20 +- .../src/testcases/config_test_compress_reset.c | 2 + .../src/testcases/config_test_empty_fcb.c | 1 + .../src/testcases/config_test_save_1_fcb.c | 1 + .../src/testcases/config_test_save_2_fcb.c | 1 + .../src/testcases/config_test_save_3_fcb.c | 1 + .../src/testcases/config_test_save_one_fcb.c | 1 + sys/console/full/pkg.yml | 2 +- sys/console/minimal/include/console/console.h | 62 ++ sys/console/minimal/include/console/prompt.h | 55 ++ sys/console/minimal/include/console/ticks.h | 51 ++ sys/console/minimal/pkg.yml | 33 + sys/console/minimal/src/cons_tty.c | 253 ++++++++ sys/console/minimal/syscfg.yml | 33 + sys/flash_map/include/flash_map/flash_map.h | 13 +- sys/flash_map/pkg.yml | 2 +- sys/flash_map/src/flash_map.c | 45 +- sys/flash_map/syscfg.yml | 2 +- .../test/src/testcases/flash_map_test_case_1.c | 6 +- .../test/src/testcases/flash_map_test_case_2.c | 6 +- sys/log/full/include/log/log.h | 47 +- sys/log/full/src/log.c | 108 +++- sys/log/full/src/log_cbmem.c | 12 +- sys/log/full/src/log_console.c | 9 +- sys/log/full/src/log_fcb.c | 19 +- sys/log/full/src/log_nmgr.c | 47 +- sys/log/full/src/log_shell.c | 3 +- sys/log/full/syscfg.yml | 12 +- sys/log/full/test/src/log_test.c | 6 +- sys/log/full/test/src/log_test.h | 8 +- sys/log/full/test/src/testcases/log_flush_fcb.c | 4 +- sys/log/full/test/src/testcases/log_walk_fcb.c | 4 +- sys/mfg/include/mfg/mfg.h | 9 + sys/reboot/include/reboot/log_reboot.h | 3 +- sys/reboot/pkg.yml | 1 - sys/reboot/src/log_reboot.c | 31 +- sys/reboot/syscfg.yml | 12 +- sys/shell/src/shell.c | 3 +- sys/shell/syscfg.yml | 4 +- sys/stats/full/pkg.yml | 2 +- sys/stats/stub/include/stats/stats.h | 2 +- test/crash_test/syscfg.yml | 4 +- test/flash_test/src/flash_test/flash_test.c | 20 +- test/runtest/include/runtest/runtest.h | 5 + test/runtest/pkg.yml | 3 +- test/runtest/src/runtest.c | 19 + test/runtest/src/runtest_nmgr.c | 8 - test/runtest/syscfg.yml | 4 +- test/testutil/src/testutil.c | 2 +- 373 files changed, 10914 insertions(+), 6393 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21ef0fd/apps/slinky/src/main.c ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21ef0fd/net/oic/src/api/oc_buffer.c ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21ef0fd/net/oic/src/port/mynewt/ble_adaptor.c ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21ef0fd/sys/shell/src/shell.c ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21ef0fd/sys/shell/syscfg.yml ----------------------------------------------------------------------
