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

Commit

Permalink
Change name from Amazon FreeRTOS to FreeRTOS (#10)
Browse files Browse the repository at this point in the history
* change name from Amazon FreeRTOS to FreeRTOS

* Version update in gradle
  • Loading branch information
ravibhagavandas committed Feb 13, 2020
1 parent 6326f32 commit 6cd9f86
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release notes for Amazon FreeRTOS BLE Mobile SDK for Android
# Release notes for FreeRTOS BLE Mobile SDK for Android

## v1.1.0 2/11/2019
Name change from Amazon FreeRTOS to FreeRTOS

## v1.0.0 6/17/2019
Amazon FreeRTOS BLE Mobile SDK for Android 1.0.0 release.
Expand All @@ -9,4 +12,4 @@
3. Proxy MQTT messages between AmazonFreeRTOS device and AWS IoT

## v0.9.0 11/26/2018
Amazon FreeRTOS BLE Mobile SDK for Android beta release.
Amazon FreeRTOS BLE Mobile SDK for Android beta release.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Android SDK for Amazon FreeRTOS Bluetooth Devices
Android SDK for FreeRTOS Bluetooth Devices
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License Version 2.0
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Amazon FreeRTOS BLE Mobile SDK for Android
# FreeRTOS BLE Mobile SDK for Android
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.amazon.freertos/amazonfreertossdk/badge.svg?cacheSeconds=10)](https://maven-badges.herokuapp.com/maven-central/software.amazon.freertos/amazonfreertossdk/)
## Introduction

Using the Android SDK for Amazon FreeRTOS Bluetooth Devices, you can create mobile applications that do the following:
Using the Android SDK for FreeRTOS Bluetooth Devices, you can create mobile applications that do the following:

- Scan for and connect to nearby BLE devices running Amazon FreeRTOS
- Scan for and connect to nearby BLE devices running FreeRTOS

- Act as a proxy for transmitting MQTT messages between a device running Amazon FreeRTOS and the AWS IoT cloud
- Act as a proxy for transmitting MQTT messages between a device running FreeRTOS and the AWS IoT cloud

## System requirements

Expand Down Expand Up @@ -54,7 +54,7 @@ In project's `settings.gradle` file, add ':amazonfreertossdk'

### BLE Helper Functions

The SDK includes some functions that help you perform BLE operations with Amazon FreeRTOS devices:
The SDK includes some functions that help you perform BLE operations with FreeRTOS devices:

```
startScanDevices
Expand All @@ -68,7 +68,7 @@ use this object to do WiFi provisioning or Mqtt proxy.

### WiFi Provisioning Service

Provision the WiFi credential on the Amazon FreeRTOS device through the app. It provides 4 functions:
Provision the WiFi credential on the FreeRTOS device through the app. It provides 4 functions:

```
ListNetwork
Expand Down
6 changes: 3 additions & 3 deletions amazonfreertossdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
publishedGroupId=software.amazon.freertos
artifact=amazonfreertossdk
versionNumber=1.0.0
versionNumber=1.1.0
libraryName=amazonfreertossdk
libraryDescription=Android SDK for Amazon FreeRTOS.
libraryDescription=Android SDK for FreeRTOS.
siteUrl=https://github.com/aws/amazon-freertos-ble-android-sdk
licenseName=The Apache Software License, Version 2.0
licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
developerId=amazon freertos
developerName=Amazon FreeRTOS
developerEmail=aws-iot-device-ble@amazon.com
gitUrl=https://github.com/aws/amazon-freertos-ble-android-sdk.git
gitUrl=https://github.com/aws/amazon-freertos-ble-android-sdk.git
6 changes: 3 additions & 3 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Amazon FreeRTOS BLE Mobile SDK for Android: Demo Application
# FreeRTOS BLE Mobile SDK for Android: Demo Application

## Introduction

This demo application demonstrates some of the features of the Android SDK for Amazon FreeRTOS Bluetooth devices.
This demo application demonstrates some of the features of the Android SDK for FreeRTOS Bluetooth devices.

For information about configuring and using the demo application, see [Amazon FreeRTOS BLE Mobile SDK Demo Application](https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-sdk-app) on docs.aws.amazon.com.
For information about configuring and using the demo application, see [FreeRTOS BLE Mobile SDK Demo Application](https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-sdk-app) on docs.aws.amazon.com.

## Usage
0. If you don't need mqtt proxy feature, set boolean mqttOn to false in DeviceScanFragment.java, then skip to step 2.
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">AmazonFreeRTOS Demo</string>
<string name="title">AmazonFreeRTOS demo app</string>
<string name="app_name">FreeRTOS Demo</string>
<string name="title">FreeRTOS demo app</string>
<string name="scan_button">Scan for BLE devices</string>
<string name="mqtt_switch">Mqtt Proxy</string>
<string name="signout_button">Sign Out</string>
Expand Down

0 comments on commit 6cd9f86

Please sign in to comment.