You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/11 23:25:32 UTC

[02/28] incubator-mynewt-core git commit: Merge branch 'develop' into tickless

Merge branch 'develop' into tickless


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/589bc4bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/589bc4bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/589bc4bc

Branch: refs/heads/develop
Commit: 589bc4bc0097c6ae0c0e982642a8424ef90f17bc
Parents: 1d94ef3 473f5a8
Author: Neel Natu <ne...@nahannisys.com>
Authored: Mon Mar 14 12:25:33 2016 -0700
Committer: Neel Natu <ne...@nahannisys.com>
Committed: Mon Mar 14 12:25:33 2016 -0700

----------------------------------------------------------------------
 app.yml                                         |   20 -
 apps/bleprph/src/bleprph.h                      |   43 +
 apps/bleprph/src/gatt_svr.c                     |  342 ++++
 apps/bleprph/src/main.c                         |  299 ++++
 apps/bletest/pkg.yml                            |   42 +
 apps/bletest/src/main.c                         |  972 ++++++++++++
 apps/bletiny/pkg.yml                            |   35 +
 apps/bletiny/src/bletiny_priv.h                 |  169 ++
 apps/bletiny/src/cmd.c                          | 1479 ++++++++++++++++++
 apps/bletiny/src/main.c                         | 1467 +++++++++++++++++
 apps/bletiny/src/parse.c                        |  435 ++++++
 apps/bletiny/src/periph.c                       |  344 ++++
 apps/blinky/pkg.yml                             |   37 +
 apps/blinky/src/main.c                          |  200 +++
 apps/boot/pkg.yml                               |   39 +
 apps/boot/src/boot.c                            |  110 ++
 apps/ffs2native/pkg.yml                         |   34 +
 apps/ffs2native/src/main.c                      |  366 +++++
 apps/luatest/pkg.yml                            |   34 +
 apps/luatest/src/main.c                         |  115 ++
 apps/slinky/pkg.yml                             |   42 +
 apps/slinky/src/main.c                          |  296 ++++
 apps/test/pkg.yml                               |   41 +
 apps/test/src/test.c                            |   44 +
 compiler/arm-none-eabi-m0/compiler.yml          |   33 +
 compiler/arm-none-eabi-m0/pkg.yml               |   19 +-
 compiler/arm-none-eabi-m4/compiler.yml          |   33 +
 compiler/arm-none-eabi-m4/pkg.yml               |   19 +-
 compiler/sim/compiler.yml                       |   32 +
 compiler/sim/linux-compiler.yml                 |   13 +-
 compiler/sim/osx-compiler.yml                   |   12 -
 compiler/sim/pkg.yml                            |   18 +-
 fs/fs/pkg.yml                                   |    6 +-
 fs/nffs/pkg.yml                                 |    4 +-
 fs/nffs/src/test/arch/sim/nffs_test.c           |    2 +-
 hw/bsp/native/native_debug.sh                   |    7 +-
 hw/bsp/native/pkg.yml                           |    6 +-
 hw/bsp/nrf51dk-16kbram/nrf51dk-16kbram_debug.sh |   11 +-
 .../nrf51dk-16kbram/nrf51dk-16kbram_download.sh |   12 +-
 hw/bsp/nrf51dk-16kbram/pkg.yml                  |    6 +-
 hw/bsp/nrf51dk/nrf51dk_debug.sh                 |   11 +-
 hw/bsp/nrf51dk/nrf51dk_download.sh              |   14 +-
 hw/bsp/nrf51dk/pkg.yml                          |    6 +-
 hw/bsp/nrf52pdk/nrf52pdk_debug.sh               |    9 +-
 hw/bsp/nrf52pdk/nrf52pdk_download.sh            |   11 +-
 hw/bsp/nrf52pdk/pkg.yml                         |    6 +-
 .../olimex_stm32-e407_devboard_debug.sh         |   11 +-
 .../olimex_stm32-e407_devboard_download.sh      |   17 +-
 hw/bsp/olimex_stm32-e407_devboard/pkg.yml       |    6 +-
 hw/hal/pkg.yml                                  |    2 +-
 hw/hal/src/test/flash_map_test.c                |    2 +-
 hw/mcu/native/pkg.yml                           |    2 +-
 hw/mcu/native/src/hal_uart.c                    |    4 +-
 hw/mcu/nordic/nrf51xxx/pkg.yml                  |    2 +-
 hw/mcu/nordic/nrf52xxx/pkg.yml                  |    2 +-
 hw/mcu/stm/stm32f4xx/pkg.yml                    |    2 +-
 libs/baselibc/pkg.yml                           |    6 +-
 .../baselibc_test/printf_tests.c.donotcompile   |   22 +
 .../src/baselibc_test/tests_glue.c.donotcompile |   33 +
 libs/baselibc/src/baselibc_test/unittests.h     |   14 +
 libs/baselibc/src/test/printf_tests.c           |   22 -
 libs/baselibc/src/test/tests_glue.c             |   33 -
 libs/baselibc/src/test/unittests.h              |   14 -
 libs/bootutil/pkg.yml                           |    2 +-
 libs/bootutil/src/test/boot_test.c              |    2 +-
 libs/cmsis-core/pkg.yml                         |    2 +-
 libs/console/full/pkg.yml                       |    4 +-
 libs/console/stub/pkg.yml                       |    4 +-
 libs/elua/elua_base/pkg.yml                     |    4 +-
 libs/flash_test/pkg.yml                         |    9 +-
 libs/imgmgr/pkg.yml                             |    2 +-
 libs/json/pkg.yml                               |    2 +-
 libs/mbedtls/pkg.yml                            |    4 +-
 libs/mbedtls/src/test/mbedtls_test.c            |    2 +-
 libs/newtmgr/pkg.yml                            |    4 +-
 libs/os/include/os/arch/sim/os/os_arch.h        |   14 +-
 libs/os/pkg.yml                                 |    8 +-
 libs/os/src/arch/sim/os_arch_sim.c              |   32 +-
 libs/os/src/arch/sim/os_arch_stack_frame.s      |   17 +-
 libs/os/src/os_priv.h                           |    1 +
 libs/os/src/test/os_test.c                      |    2 +-
 libs/shell/pkg.yml                              |    6 +-
 libs/testreport/pkg.yml                         |    2 +-
 libs/testutil/include/testutil/testutil.h       |    2 +-
 libs/testutil/pkg.yml                           |    4 +-
 libs/testutil/src/case.c                        |    2 +
 libs/testutil/src/testutil.c                    |    3 +
 libs/util/pkg.yml                               |    2 +-
 libs/util/src/test/util_test.c                  |    2 +-
 .../controller/include/controller/ble_ll_conn.h |    1 +
 .../include/controller/ble_ll_sched.h           |   19 +
 net/nimble/controller/pkg.yml                   |    4 +-
 net/nimble/controller/src/ble_ll_conn.c         |  181 ++-
 net/nimble/controller/src/ble_ll_ctrl.c         |    3 -
 net/nimble/controller/src/ble_ll_sched.c        |   53 +-
 net/nimble/drivers/native/pkg.yml               |    4 +-
 net/nimble/drivers/nrf51/pkg.yml                |    4 +-
 net/nimble/drivers/nrf52/pkg.yml                |    4 +-
 net/nimble/drivers/nrf52/src/ble_phy.c          |    4 +-
 net/nimble/host/pkg.yml                         |   10 +-
 net/nimble/host/src/test/ble_hs_test.c          |    2 +-
 net/nimble/host/src/test/ble_hs_test_util.c     |    2 +
 net/nimble/host/src/test/ble_os_test.c          |    6 -
 net/nimble/include/nimble/ble.h                 |    6 +
 net/nimble/pkg.yml                              |    2 +-
 pkg-list.yml                                    |  384 -----
 project.yml                                     |   20 +
 project/bleprph/src/bleprph.h                   |   43 -
 project/bleprph/src/gatt_svr.c                  |  342 ----
 project/bleprph/src/main.c                      |  299 ----
 project/bletest/pkg.yml                         |   40 -
 project/bletest/src/main.c                      |  969 ------------
 project/bletiny/pkg.yml                         |   33 -
 project/bletiny/src/bletiny_priv.h              |  169 --
 project/bletiny/src/cmd.c                       | 1479 ------------------
 project/bletiny/src/main.c                      | 1467 -----------------
 project/bletiny/src/parse.c                     |  435 ------
 project/bletiny/src/periph.c                    |  344 ----
 project/blinky/pkg.yml                          |   35 -
 project/blinky/src/main.c                       |  200 ---
 project/boot/pkg.yml                            |   37 -
 project/boot/src/boot.c                         |  110 --
 project/ffs2native/pkg.yml                      |   32 -
 project/ffs2native/src/main.c                   |  366 -----
 project/luatest/pkg.yml                         |   32 -
 project/luatest/src/main.c                      |  115 --
 project/slinky/pkg.yml                          |   40 -
 project/slinky/src/main.c                       |  296 ----
 project/test/pkg.yml                            |   40 -
 project/test/src/test.c                         |   44 -
 sys/config/pkg.yml                              |    4 +-
 sys/config/src/test/conf_test.c                 |    2 +-
 sys/log/pkg.yml                                 |    4 +-
 sys/stats/pkg.yml                               |    4 +-
 targets/unittest/pkg.yml                        |    7 +
 targets/unittest/target.yml                     |    3 +
 136 files changed, 7620 insertions(+), 7707 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/589bc4bc/libs/os/include/os/arch/sim/os/os_arch.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/589bc4bc/libs/os/src/arch/sim/os_arch_sim.c
----------------------------------------------------------------------