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/15 01:52:55 UTC

[mynewt-core] branch master updated (24a39f9 -> b5c61f5)

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

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


    from 24a39f9  Merge pull request #416 from ccollins476ad/real-runtime-uuid
     add c37a305  bsps: nordic sdk errors without boards.h
     new b5c61f5  Merge pull request #412 from jacobrosenthal/nordic-boards-h

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:
 hw/bsp/{vbluno51 => ada_feather_nrf52}/include/bsp/boards.h           | 0
 hw/bsp/{vbluno51 => bbc_microbit}/include/bsp/boards.h                | 0
 hw/bsp/{vbluno51 => nrf51-arduino_101}/include/bsp/boards.h           | 0
 hw/bsp/{vbluno51 => nrf51-blenano}/include/bsp/boards.h               | 0
 hw/bsp/{vbluno51 => nrf51dk-16kbram}/include/bsp/boards.h             | 0
 hw/{drivers/uart/src/uart.c => bsp/nrf52-thingy/include/bsp/boards.h} | 0
 hw/bsp/{arduino_primo_nrf52 => nrf52dk}/include/bsp/boards.h          | 2 +-
 7 files changed, 1 insertion(+), 1 deletion(-)
 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%)

-- 
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 #412 from jacobrosenthal/nordic-boards-h

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

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

commit b5c61f54b9adb000c37a9d83dbd350f660a514fb
Merge: 24a39f9 c37a305
Author: Jacob Rosenthal <ja...@gmail.com>
AuthorDate: Fri Jul 14 21:52:53 2017 -0400

    Merge pull request #412 from jacobrosenthal/nordic-boards-h
    
    bsps: nordic sdk errors without boards.h

 hw/bsp/ada_feather_nrf52/include/bsp/boards.h | 19 +++++++++++++++++++
 hw/bsp/bbc_microbit/include/bsp/boards.h      | 19 +++++++++++++++++++
 hw/bsp/nrf51-arduino_101/include/bsp/boards.h | 19 +++++++++++++++++++
 hw/bsp/nrf51-blenano/include/bsp/boards.h     | 19 +++++++++++++++++++
 hw/bsp/nrf51dk-16kbram/include/bsp/boards.h   | 19 +++++++++++++++++++
 hw/bsp/nrf52-thingy/include/bsp/boards.h      | 18 ++++++++++++++++++
 hw/bsp/nrf52dk/include/bsp/boards.h           | 19 +++++++++++++++++++
 7 files changed, 132 insertions(+)

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