You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/10/25 01:55:37 UTC

[7/7] incubator-mynewt-core git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-core into develop

Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-core into develop


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

Branch: refs/heads/develop
Commit: b5f49e425672f7a6c1ab0e0c778c18d3bb8ff88d
Parents: 0f223f4 ac3c314
Author: Sterling Hughes <st...@apache.org>
Authored: Mon Oct 24 18:55:11 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Mon Oct 24 18:55:11 2016 -0700

----------------------------------------------------------------------
 apps/ffs2native/src/main.c                      |  12 +-
 apps/ocf_sample/pkg.yml                         |   3 +-
 apps/ocf_sample/src/main.c                      | 232 +++++++--------
 apps/ocf_sample/src/ocf_ble.c                   | 284 +++++++++++++++++++
 apps/ocf_sample/src/ocf_sample.h                |  35 +++
 hw/drivers/uart/uart_bitbang/src/uart_bitbang.c |   2 +-
 hw/hal/include/hal/hal_gpio.h                   |  44 +--
 hw/mcu/native/src/hal_gpio.c                    |   6 +-
 hw/mcu/nordic/nrf51xxx/src/hal_gpio.c           |  14 +-
 hw/mcu/nordic/nrf52xxx/src/hal_gpio.c           |  20 +-
 hw/mcu/nxp/MK64F12/src/hal_gpio.c               |   8 +-
 hw/mcu/stm/stm32f4xx/include/mcu/stm32f4_bsp.h  |   5 +-
 hw/mcu/stm/stm32f4xx/src/hal_gpio.c             |  22 +-
 hw/mcu/stm/stm32f4xx/src/hal_i2c.c              |   6 +-
 hw/mcu/stm/stm32f4xx/src/hal_spi.c              |   4 +-
 hw/mcu/stm/stm32f4xx/src/hal_spi_soft_ssi.c     |   4 +-
 16 files changed, 505 insertions(+), 196 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/apps/ffs2native/src/main.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/apps/ocf_sample/src/main.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/hal/include/hal/hal_gpio.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/native/src/hal_gpio.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/nordic/nrf51xxx/src/hal_gpio.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/nxp/MK64F12/src/hal_gpio.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/stm/stm32f4xx/include/mcu/stm32f4_bsp.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/stm/stm32f4xx/src/hal_i2c.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/stm/stm32f4xx/src/hal_spi.c
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b5f49e42/hw/mcu/stm/stm32f4xx/src/hal_spi_soft_ssi.c
----------------------------------------------------------------------