Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Release v1.2.6 (#127)
Browse files Browse the repository at this point in the history
# Xively Client version 1.2.6
#### Jun 30 2017

## Documentation

- Fixes to `doc/porting_guide.md` referring to improper make enviornment CONFIG flag `tls`. It should be `tls_bsp`.

## Features
- Secure File Transfer: A new TI CC3200 client that allows firmware updates over MQTT via the Xively SFT service.
- Updates to the User Guide to reflect the new Open Source porting process. Also added links to our CC3200 and STM32 Nucleo examples, and to our Further Readings.

### TI CC3200
- Contains a new example `xively_firmware_updates` as our first reference implemention of using Xively Secure File Transfer to update the firwmare of a CC3200.

### TI CC3220SF
- Added TI CC3220SF demo application sources and build process for tutorials on Xively Developer Center.

### STM32F4 Nucleo
- Updated STM32F4 examples to build against latest ST SDKs. 
- New build configurations to support both sensor boards (IKS01A1 and IKS01A1) out of the box.
- The github repository is extended with a prebuilt binary for STM32F401RE + WiFi IDW01M1 + MEMS IKS01A1. Tier 1 tutorial (how to use the precompiled binary) is also provided.
- STM32F4 ethernet example now supports runtime provisioning over serial and flash storage of Xively credentials.
- Convenience fixes for Ethernet and WiFi project examples to increase ease use of the tutorial.

## Internal Development
- CI system now builds against ST SDKs v1.16.0 for Ethernet and v3.0.2 for WiFi.
  • Loading branch information
DellaBitta authored Jun 30, 2017
1 parent b49b203 commit b6207b2
Show file tree
Hide file tree
Showing 16 changed files with 337 additions and 39 deletions.
33 changes: 31 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@

# Xively Client version 1.2.6
#### Jun 30 2017

## Documentation

- Fixes to `doc/porting_guide.md` referring to improper make enviornment CONFIG flag `tls`. It should be `tls_bsp`.

## Features

- Secure File Transfer: A new TI CC3200 client that allows firmware updates over MQTT via the Xively SFT service.
- Updates to the User Guide to reflect the new Open Source porting process. Also added links to our CC3200 and STM32 Nucleo examples, and to our Further Readings.

### TI CC3200
- Contains a new example `xively_firmware_updates` as our first reference implemention of using Xively Secure File Transfer to update the firwmare of a CC3200.

### TI CC3220SF
- Added TI CC3220SF demo application sources and build process for tutorials on Xively Developer Center.

### STM32F4 Nucleo
- Updated STM32F4 examples to build against latest ST SDKs.
- New build configurations to support both sensor boards (IKS01A1 and IKS01A1) out of the box.
- The github repository is extended with a prebuilt binary for STM32F401RE + WiFi IDW01M1 + MEMS IKS01A1. Tier 1 tutorial (how to use the precompiled binary) is also provided.
- STM32F4 ethernet example now supports runtime provisioning over serial and flash storage of Xively credentials.
- Convenience fixes for Ethernet and WiFi project examples to increase ease use of the tutorial.

## Internal Development
- CI system now builds against ST SDKs v1.16.0 for Ethernet and v3.0.2 for WiFi.


# Xively Client version 1.2.5
#### March 14 2017
#### Mar 14 2017

## Features

- STM32F401RE Nucleo board + wifi X-NUCLEO-IDW01M1 expansion board support. Example Eclipse project and Tutorial (https://developer.xively.com/docs/stm32f4xx-nucleo) included. TLS connection to Xively Servers uses the wifi expansion on-board TLS solution. Accurate time initialised from SNTP servers.



# Xively Client version 1.2.4
#### Jan 17 2017

Expand Down
58 changes: 44 additions & 14 deletions doc/doxygen/api/html/dc/d72/xively_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions doc/doxygen/api/html/dc/d72/xively_8h_source.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion doc/doxygen/api/html/globals.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion doc/doxygen/api/html/globals_func.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6207b2

Please sign in to comment.