Repository: incubator-mynewt-site Updated Branches: refs/heads/master 12cc9396a -> a45eda021
Updated board support. Fixed event info errors Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/e81b2872 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/e81b2872 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/e81b2872 Branch: refs/heads/master Commit: e81b287266f25e22d73572d4de3e7a8089c594eb Parents: 12cc939 Author: aditihilbert <[email protected]> Authored: Fri Mar 24 23:12:15 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Fri Mar 24 23:12:15 2017 -0700 ---------------------------------------------------------------------- custom-theme/landing.html | 17 +++++++++++------ mkdocs.yml | 4 ++-- 2 files changed, 13 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e81b2872/custom-theme/landing.html ---------------------------------------------------------------------- diff --git a/custom-theme/landing.html b/custom-theme/landing.html index ccc7ec2..a0ad2e9 100644 --- a/custom-theme/landing.html +++ b/custom-theme/landing.html @@ -108,13 +108,16 @@ <li> <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) </li> - <li> - <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based) + <li> + <a href="https://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK"> nRF52840 Preview DK </a> from Nordic Semiconductor (Cortex-M4) </li> <li> <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) </li> <li> + <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based) + </li> + <li> <a href="http://redbearlab.com/blenano/"> BLE Nano </a> from RedBear (Nordic nRF51822 SoC based) </li> <li> @@ -124,9 +127,6 @@ <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4) </li> <li> - <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html"> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4) - </li> - <li> <a href="http://www.st.com/en/evaluation-tools/stm32f4discovery.html"> STM32F4DISCOVERY </a> from ST Micro (Cortex-M4) </li> <li> @@ -150,8 +150,13 @@ <li> <a href="https://creatordev.io/ci40-iot-dev-kit.html"> Creator Ci40 IoT Kit </a> from Imagination Technologies (MIPS CPU) </li> + <li> + <a href="http://microbit.org/hardware"> BBB micro:bit </a> with Nordic nRF51822 (Cortex-M0) + </li> + <li> + <a href="https://www.adafruit.com/feather"> Adafruit Feather </a> with Nordic nRF52 (Cortex-M4) + </li> </ul> - </div> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e81b2872/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 4265cd8..5e36ac2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -404,12 +404,12 @@ extra: event 1: title: 'ApacheIoT, ApacheCon North America' description: 'A new conference track that lays the vision, framework, and components for an IoT system. See more at <a href="http://us.apacheiot.org"> http://us.apacheiot.org</a>. Multiple talks will feature Apache Mynewt.' - location: "Santa Clara Convention Center, Santa Clara, CA, USA" + location: "InterContinental Miami, Miami, FL, USA" date: '16-18 May, 2017' event 2: title: 'IoTFuse: Conference 2017' description: 'Presentation on managing devices running open source Operating Systems including Apache Mynewt.' - location: "Minneapolis Convention Center, Minneapolis, CA, USA" + location: "Minneapolis Convention Center, Minneapolis, MN, USA" date: '21 April, 2017' event 3: title: 'Bluetooth World'
