You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/04/26 23:02:29 UTC

[7/7] incubator-mynewt-site git commit: Lots of HAL additions by P Dietrich. This closes #73. BLE security blurb added. Docker container and quick start docs cleaned up

Lots of HAL additions by P Dietrich. This closes #73. BLE security blurb added. Docker container and quick start docs cleaned up


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

Branch: refs/heads/asf-site
Commit: a946b6be0affbee330f8b2fbab0a59e80c0f8e27
Parents: af2656c
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Apr 26 14:02:12 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Apr 26 14:02:12 2016 -0700

----------------------------------------------------------------------
 about/index.html                                |   66 +-
 mkdocs/search_index.json                        |  273 +-
 network/ble/ble_intro/index.html                |   14 +-
 network/ble/ble_sec/index.html                  |  541 ++++
 network/ble/bletiny/bletiny_GAP/index.html      |   10 +
 network/ble/bletiny/bletiny_GATT/index.html     |   10 +
 network/ble/bletiny/bletiny_advdata/index.html  |   10 +
 network/ble/bletiny_api/index.html              |   10 +
 network/ble/ini_stack/ble_add_cpu/index.html    |   10 +
 network/ble/ini_stack/ble_consolepkg/index.html |   10 +
 .../ble/ini_stack/ble_controller_ini/index.html |   10 +
 network/ble/ini_stack/ble_devadd/index.html     |   10 +
 network/ble/ini_stack/ble_host_ini/index.html   |   10 +
 network/ble/ini_stack/ble_ini_intro/index.html  |   10 +
 network/ble/ini_stack/ble_mempool/index.html    |   10 +
 network/ble/ini_stack/ble_statpkg/index.html    |   10 +
 network/ble/nimble_setup/index.html             |   14 +-
 os/core_os/porting/port_bsp/index.html          |    4 +
 os/get_started/docker/index.html                |    1 +
 os/get_started/native_tools/index.html          |    2 +-
 os/modules/hal/hal/index.html                   |   21 +-
 os/modules/hal/hal_adc/hal_adc/index.html       |  805 +++++
 os/modules/hal/hal_api/index.html               |  114 +-
 os/modules/hal/hal_architecture/index.html      |  653 ++++
 .../hal/hal_cputime/hal_cpu_timer/index.html    |   80 +-
 os/modules/hal/hal_creation/index.html          |   80 +-
 os/modules/hal/hal_dac/hal_dac/index.html       |  804 +++++
 os/modules/hal/hal_drawing.graphml              |  416 +++
 os/modules/hal/hal_drawing.pdf                  | 2819 ++++++++++++++++++
 os/modules/hal/hal_drawing.png                  |  Bin 0 -> 455792 bytes
 os/modules/hal/hal_flash/hal_flash/index.html   |   74 +-
 .../hal/hal_flash/hal_flash_int/index.html      |   70 +-
 .../hal/hal_flash/hal_flash_map/index.html      |   74 +-
 os/modules/hal/hal_gpio/hal_gpio/index.html     |   80 +-
 os/modules/hal/hal_i2c/hal_i2c/index.html       |  854 ++++++
 os/modules/hal/hal_in_libraries/index.html      |   26 +-
 os/modules/hal/hal_pwm/hal_pwm/index.html       |  824 +++++
 os/modules/hal/hal_spi/hal_spi/index.html       |  830 ++++++
 os/modules/hal/hal_system/hal_sys/index.html    |   78 +-
 os/modules/hal/hal_uart/hal_uart/index.html     |   80 +-
 os/modules/testutil/testutil/index.html         |    2 +-
 os/tutorials/arduino_zero/index.html            |   12 +-
 os/tutorials/tutorials/index.html               |   38 +-
 sitemap.xml                                     |   26 +-
 44 files changed, 9688 insertions(+), 207 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a946b6be/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
index 5ecfb9e..19aab19 100644
--- a/about/index.html
+++ b/about/index.html
@@ -189,7 +189,7 @@
 <li>System configuration that allows collection of logs and statistics for all packages (with filtering options) ranging from OS-level resources such as memory pools, priorities to interface level counters such as packet exchange and queues</li>
 <li>Core dump captures to enable remote diagnosis of device failures and hiccups</li>
 <li>Network protocol stacks <ul>
-<li>First fully open-source BLE 4.2 stack<ul>
+<li>World's first fully open-source BLE 4.2 stack<ul>
 <li>Support for PDUs of up to 251 bytes for high throughput</li>
 <li>Support for all 4 roles to be run concurrently - Broadcaster, Observer, Peripheral, Central</li>
 <li>Random addresses for link-layer security</li>
@@ -212,70 +212,58 @@
 </thead>
 <tbody>
 <tr>
-<td>0.8.0b2</td>
-<td>Beta #2 before pre-GA release #1</td>
-<td>mid-March, 2016</td>
-<td>* Arduino Zero support</td>
+<td>0.8.0</td>
+<td>pre-GA release #1</td>
+<td>late-April, 2016</td>
+<td>* HAL extensions in OS</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* OS Time</td>
+<td>* Arduino DUE support</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* Several new tutorials for OS</td>
+<td>* Image verification</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* Tutorials for BLE 4.2</td>
+<td>* Stats and logs enhancement</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2: Random static address</td>
-</tr>
-<tr>
-<td>0.8.0</td>
-<td>pre-GA release #1</td>
-<td>mid-April, 2016</td>
-<td>* HAL extensions in OS</td>
+<td>* HAL additions: ADC, DAC, I2C, PWM, SPI</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* Arduino DUE support</td>
+<td>* BLE 4.2: LE legacy pairing</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* Image verification</td>
+<td>* BLE 4.2: Code size optimization</td>
 </tr>
 <tr>
-<td></td>
-<td></td>
-<td></td>
-<td>* BLE 4.2 stats and logs</td>
+<td>0.9.0</td>
+<td>pre-GA release #2</td>
+<td>May, 2016</td>
+<td>* Support images in external flash</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* Crash dump capture and retrieval</td>
-</tr>
-<tr>
-<td>0.9.0b1</td>
-<td>Beta before pre-GA release #2</td>
-<td>mid-May, 2016</td>
-<td>* Support images in external flash</td>
+<td>* System watchdog</td>
 </tr>
 <tr>
 <td></td>
@@ -287,42 +275,48 @@
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2: LE legacy pairing</td>
+<td>* BLE 4.2: LE Secure Connections</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2: LE Secure Connections</td>
+<td>* BLE 4.2: Host and Controller separation</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2: Host and Controller separation</td>
+<td>* BLE 4.2: Random private resolvable addresses</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2: Random private resolvable addresses</td>
+<td>* BLE 4.2: Remote configuration, upgrade, factory reset over BLE 4.2</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
-<td>* BLE 4.2 stats and logs</td>
+<td>* BLE 4.2: Factory reset</td>
 </tr>
 <tr>
-<td>0.9.0</td>
-<td>pre-GA release #2</td>
-<td>mid-June, 2016</td>
+<td>0.10.0</td>
+<td>pre-GA release #3</td>
+<td>June, 2016</td>
 <td>* Test coverage improvements</td>
 </tr>
 <tr>
 <td></td>
 <td></td>
 <td></td>
+<td>* Support for additional Arduino boards</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td></td>
 <td>* BLE 4.2: GATT based BLE profiles for Mynewt</td>
 </tr>
 <tr>