You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/03/25 10:29:06 UTC

[mynewt-core] branch master updated (47bb942 -> 6b80304)

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

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


    from 47bb942  compiler/gdbmacros: Fix printf formatting problem
     new ce3a150  hw/mcu/nrf52: Provide choice setting for target MCU
     new 6b80304  hw/mcu/nrf52: Provide choice setting for LFCLK source

The 8677 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:
 hw/bsp/ada_feather_nrf52/syscfg.yml      |  4 +-
 hw/bsp/arduino_primo_nrf52/syscfg.yml    |  4 +-
 hw/bsp/bmd300eval/syscfg.yml             |  4 +-
 hw/bsp/dwm1001-dev/syscfg.yml            |  2 +-
 hw/bsp/fanstel-ev-bt840/syscfg.yml       |  4 +-
 hw/bsp/nina-b1/syscfg.yml                |  4 +-
 hw/bsp/nordic_pca10040/syscfg.yml        |  4 +-
 hw/bsp/nordic_pca10056/syscfg.yml        |  4 +-
 hw/bsp/nordic_pca20020/syscfg.yml        |  4 +-
 hw/bsp/puckjs/syscfg.yml                 |  4 +-
 hw/bsp/rb-blend2/syscfg.yml              |  4 +-
 hw/bsp/rb-nano2/syscfg.yml               |  4 +-
 hw/bsp/reel_board/syscfg.yml             |  4 +-
 hw/bsp/ruuvitag_rev_b/syscfg.yml         |  4 +-
 hw/bsp/telee02/syscfg.yml                |  2 +-
 hw/bsp/vbluno52/syscfg.yml               |  4 +-
 hw/mcu/nordic/nrf52xxx/src/hal_os_tick.c |  8 +---
 hw/mcu/nordic/nrf52xxx/src/hal_system.c  | 18 +++-----
 hw/mcu/nordic/nrf52xxx/syscfg.yml        | 79 +++++++++++++++++++++++---------
 19 files changed, 96 insertions(+), 69 deletions(-)