You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/07/19 12:40:41 UTC

[mynewt-core] branch bluetooth5 updated (50b8811 -> 76a919d)

This is an automated email from the ASF dual-hosted git repository.

janc pushed a change to branch bluetooth5
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 50b8811  Merge pull request #435 from michal-narajowski/bt5-bugfix-test-update
     add 3f3592a  MYNEWT-811 Console compatibility broken
     add b962a86  MYNEWT-811 Console compatibility broken
     add a8bb39f  Merge pull request #408 from vrahane/console_fix
     add 1ae84c6  native_sockets - Add syscfg settings.
     add 15a25b9  Merge pull request #413 from ccollins476ad/native-sockets-syscfg
     add b5b541c  jlink.sh; dump registers after writing flash. 'newt run' was not always actually updating the flash. With this change in place it seems to work every time.
     add dc609e9  Merge pull request #417 from mkiiskila/jlink_script
     add 01b3a5e  Use 16-bit UUIDs for secure CoAP characteristics.
     add 24a39f9  Merge pull request #416 from ccollins476ad/real-runtime-uuid
     add c37a305  bsps: nordic sdk errors without boards.h
     add b5c61f5  Merge pull request #412 from jacobrosenthal/nordic-boards-h
     add 14ed75c  MYNEWT-808 Adding support for I2C LIS2DH12 driver
     add 3926b89  MYNEWT-808 Adding support for I2C LIS2DH12 driver
     add bc1049e  Merge pull request #418 from vrahane/lis2dh12_i2c_nrf52thingy
     add 564eba5  nrf52840; remove bootutil dependency from BSP.
     add 6016c4c  Add bootloader api to boot/bootutil; depending package depend on the API, not the package directly.
     add 0f7984f  Merge pull request #421 from mkiiskila/bootloader_api
     add eb473b0  testbench/boot serial unittest; add dependency to bootutil.
     add 149f7bd  bleprph/bleprph_oic; add explicit dependency to boot/bootutil.
     add 3dd5f96  Merge pull request #424 from mkiiskila/bootloader_api_fixes
     add 589534b  sys/console: fix console compatibility
     add 17bd449  Merge pull request #420 from michal-narajowski/console-compat-fix
     add b2d5987  Fix build for apps/sensors_test with no syscfg set
     add 0d90bf0  MYNEWT-811 Console compatibility broken
     add 753e954  MYNEWT-811 Pull changes from #420 to console/min
     add f28b85e  MYNEWT-811 console_handle_char() puts char on evq
     add d0d7914  Merge pull request #425 from vrahane/console-maxlen-fix
     add 27e64de  MYNEWT-813 RTT console i/p limited to 16 chrs
     add afb5fb9  Merge pull request #423 from vrahane/console-rtt-fix
     add 8a0d0e7  License check fixes
     add 602761a  Merge pull request #431 from sjanc/license_check
     add 4eba448  Merge branch 'master' into bluetooth5_master
     new 76a919d  Merge pull request #436 from sjanc/bluetooth5_master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .rat-excludes                                      |  87 ++++-
 apps/bleprph/pkg.yml                               |   1 +
 apps/bleprph_oic/pkg.yml                           |   1 +
 apps/bleprph_oic/src/main.c                        |   4 +-
 apps/sensors_test/src/main.c                       |   2 +-
 apps/sensors_test/syscfg.yml                       |   6 +-
 apps/testbench/pkg.yml                             |   1 +
 apps/testbench/src/tbb.c                           |   2 +-
 boot/boot_serial/pkg.yml                           |   2 +-
 boot/boot_serial/test/pkg.yml                      |   1 +
 boot/bootutil/pkg.yml                              |   3 +
 boot/split/pkg.yml                                 |   4 +-
 compiler/arm-none-eabi-m7/syscfg.yml               |  21 ++
 .../include/bsp/boards.h                           |   0
 .../include/bsp/boards.h                           |   0
 .../include/bsp/boards.h                           |   0
 .../include/bsp/boards.h                           |   0
 .../include/bsp/boards.h                           |   0
 .../nrf52-thingy/include/bsp/boards.h}             |   0
 hw/bsp/nrf52-thingy/pkg.yml                        |   6 +
 hw/bsp/nrf52-thingy/src/hal_bsp.c                  |  67 +++-
 hw/bsp/nrf52-thingy/syscfg.yml                     |   4 +
 hw/bsp/nrf52840pdk/pkg.yml                         |   1 -
 .../include/bsp/boards.h                           |   2 +-
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c               |  14 +-
 hw/bsp/sensorhub/sensorhub_debug.cmd               |  19 +-
 hw/bsp/sensorhub/sensorhub_download.cmd            |  19 +-
 hw/drivers/rtt/include/rtt/SEGGER_RTT_Conf.h       |   2 +-
 hw/drivers/rtt/syscfg.yml                          |   3 +
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   |  47 ++-
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 363 +++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    |   4 +
 hw/mcu/native/src/native_uart_cfg_priv.h           |  19 ++
 hw/scripts/jlink.sh                                |   4 +
 kernel/sim/src/sim_priv.h                          |  19 ++
 libc/baselibc/syscfg.yml                           |  19 ++
 mgmt/imgmgr/pkg.yml                                |   2 +-
 .../include/native_sockets/native_sock.h           |  19 ++
 net/ip/native_sockets/src/native_sock.c            |  37 +--
 .../MK64F12 => net/ip/native_sockets}/syscfg.yml   |  22 +-
 net/oic/include/oic/oc_gatt.h                      |  25 +-
 net/oic/src/port/mynewt/ble_adaptor.c              |  49 +--
 sys/console/full/src/console.c                     |  25 +-
 sys/console/minimal/src/console.c                  |  24 +-
 sys/coredump/pkg.yml                               |   4 +-
 45 files changed, 787 insertions(+), 167 deletions(-)
 copy hw/bsp/{vbluno51 => ada_feather_nrf52}/include/bsp/boards.h (100%)
 copy hw/bsp/{vbluno51 => bbc_microbit}/include/bsp/boards.h (100%)
 copy hw/bsp/{vbluno51 => nrf51-arduino_101}/include/bsp/boards.h (100%)
 copy hw/bsp/{vbluno51 => nrf51-blenano}/include/bsp/boards.h (100%)
 copy hw/bsp/{vbluno51 => nrf51dk-16kbram}/include/bsp/boards.h (100%)
 copy hw/{drivers/uart/src/uart.c => bsp/nrf52-thingy/include/bsp/boards.h} (100%)
 copy hw/bsp/{arduino_primo_nrf52 => nrf52dk}/include/bsp/boards.h (99%)
 copy {hw/mcu/nxp/MK64F12 => net/ip/native_sockets}/syscfg.yml (58%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #436 from sjanc/bluetooth5_master

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch bluetooth5
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 76a919df4f59d87461a6d266c1a43cdd8d15e3b5
Merge: 50b8811 4eba448
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Jul 19 14:40:39 2017 +0200

    Merge pull request #436 from sjanc/bluetooth5_master
    
    merge master into bluetooth5

 .rat-excludes                                      |  87 ++++-
 apps/bleprph/pkg.yml                               |   1 +
 apps/bleprph_oic/pkg.yml                           |   1 +
 apps/bleprph_oic/src/main.c                        |   4 +-
 apps/sensors_test/src/main.c                       |   2 +-
 apps/sensors_test/syscfg.yml                       |   6 +-
 apps/testbench/pkg.yml                             |   1 +
 apps/testbench/src/tbb.c                           |   2 +-
 boot/boot_serial/pkg.yml                           |   2 +-
 boot/boot_serial/test/pkg.yml                      |   1 +
 boot/bootutil/pkg.yml                              |   3 +
 boot/split/pkg.yml                                 |   4 +-
 compiler/arm-none-eabi-m7/syscfg.yml               |  21 ++
 .../bsp/ada_feather_nrf52/include/bsp/boards.h     |  24 --
 .../bsp/bbc_microbit/include/bsp/boards.h          |  24 --
 .../bsp/nrf51-arduino_101/include/bsp/boards.h     |  24 --
 .../bsp/nrf51-blenano/include/bsp/boards.h         |  24 --
 .../bsp/nrf51dk-16kbram/include/bsp/boards.h       |  24 --
 .../bsp/nrf52-thingy/include/bsp/boards.h          |  25 --
 hw/bsp/nrf52-thingy/pkg.yml                        |   6 +
 hw/bsp/nrf52-thingy/src/hal_bsp.c                  |  67 +++-
 hw/bsp/nrf52-thingy/syscfg.yml                     |   4 +
 hw/bsp/nrf52840pdk/pkg.yml                         |   1 -
 .../bsp/nrf52dk/include/bsp/boards.h               |  26 +-
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c               |  14 +-
 hw/bsp/sensorhub/sensorhub_debug.cmd               |  19 +-
 hw/bsp/sensorhub/sensorhub_download.cmd            |  19 +-
 hw/drivers/rtt/include/rtt/SEGGER_RTT_Conf.h       |   2 +-
 hw/drivers/rtt/syscfg.yml                          |   3 +
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   |  47 ++-
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 363 +++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    |   4 +
 hw/mcu/native/src/native_uart_cfg_priv.h           |  19 ++
 hw/scripts/jlink.sh                                |   4 +
 kernel/sim/src/sim_priv.h                          |  19 ++
 libc/baselibc/syscfg.yml                           |  19 ++
 mgmt/imgmgr/pkg.yml                                |   2 +-
 .../include/native_sockets/native_sock.h           |  19 ++
 net/ip/native_sockets/src/native_sock.c            |  37 +--
 .../rtt => net/ip/native_sockets}/syscfg.yml       |  22 +-
 net/oic/include/oic/oc_gatt.h                      |  25 +-
 net/oic/src/port/mynewt/ble_adaptor.c              |  49 +--
 sys/console/full/src/console.c                     |  25 +-
 sys/console/minimal/src/console.c                  |  24 +-
 sys/coredump/pkg.yml                               |   4 +-
 45 files changed, 788 insertions(+), 335 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.