Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 987d969

Browse files
authored
Merge pull request #1771 from aws/release-candidate
Merging release-candidate to release
2 parents 8add5b9 + 888c4d4 commit 987d969

File tree

1,102 files changed

+4313
-3624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,102 files changed

+4313
-3624
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a bug report for Amazon FreeRTOS
3+
about: Create a bug report for FreeRTOS
44
labels: bug
55

66
---
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
1212
- Which hardware board or part numbers?
1313
- IDE used
1414
- Operating System [Windows|Linux|MacOS]
15-
- Version of Amazon FreeRTOS (run ``git describe --tags`` to find it)
15+
- Version of FreeRTOS (run ``git describe --tags`` to find it)
1616
- Project [Custom Application|MQTT|Shadow|Greengrass|OTA|Device Defender|TCP Echo|Sub pub Demo|Simple TCP Server]
1717
- If your project is a Custom Application, please add the relevant code snippet in the section `Code to reproduce the bug`.
1818

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for Amazon FreeRTOS
3+
about: Suggest an idea for FreeRTOS
44
labels: feature request
55

66
---

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
[submodule "freertos_kernel"]
1010
path = freertos_kernel
1111
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
12-
branch = V10.2.1-convergence-FreeRTOS-Source
1312
[submodule "pkcs11"]
1413
path = libraries/3rdparty/pkcs11
1514
url = https://github.com/amazon-freertos/pkcs11.git

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# Change Log for Amazon FreeRTOS
1+
# Change Log for FreeRTOS
2+
3+
## 202002.00 2/18/2020
4+
5+
### New Features
6+
7+
#### FreeRTOS kernel V10.3.0
8+
- Includes FreeRTOS kernel V10.3.0
9+
- Additional details can be found here: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.3.0-kernel-only/History.txt
10+
11+
#### Product Name Change
12+
- The name 'Amazon FreeRTOS' has been changed to 'FreeRTOS'
13+
- The name 'Amazon FreeRTOS Qualification (AFQ)' has been changed to 'Device Qualification Program for FreeRTOS'
14+
- Changes were applied only to comments and headers
15+
16+
### Updates
17+
### Cmake
18+
- Fix a dependency parsing bug in CMake
219

320
## 201912.00 12/17/2019
421

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
66
endif()
77

88
project(amazon-freertos)
9-
set(PROJECT_VERSION "201912.00")
10-
set(PROJECT_VERSION_MAJOR "201912")
9+
set(PROJECT_VERSION "202002.00")
10+
set(PROJECT_VERSION_MAJOR "202002")
1111
set(PROJECT_VERSION_MINOR "00")
1212

1313
# Import global configurations.
@@ -49,7 +49,7 @@ endif()
4949
include("${AFR_BOARD_PATH}/CMakeLists.txt")
5050

5151
# -------------------------------------------------------------------------------------------------
52-
# Amazon FreeRTOS modules
52+
# FreeRTOS modules
5353
# -------------------------------------------------------------------------------------------------
5454
# Do not prefix the output library file.
5555
set(CMAKE_STATIC_LIBRARY_PREFIX "")
@@ -67,7 +67,7 @@ afr_resolve_dependencies()
6767
# Summary
6868
# -------------------------------------------------------------------------------------------------
6969
afr_status("")
70-
afr_status("====================Configuration for Amazon FreeRTOS====================")
70+
afr_status("====================Configuration for FreeRTOS====================")
7171
afr_status(" Version: " "${AFR_VERSION}")
7272
afr_status(" Git version: " "${AFR_VERSION_VCS}")
7373

@@ -98,9 +98,9 @@ afr_status(" Toolchain: " "${AFR_TOOLCHAIN}")
9898
afr_status(" Toolchain path: " "${CMAKE_FIND_ROOT_PATH}")
9999
afr_status(" CMake generator: " "${CMAKE_GENERATOR}")
100100

101-
# ================ Amazon FreeRTOS modules ================
101+
# ================ FreeRTOS modules ================
102102
afr_status("")
103-
afr_status("Amazon FreeRTOS modules:")
103+
afr_status("FreeRTOS modules:")
104104

105105
afr_status(" Modules to build: " "${AFR_MODULES_BUILD}")
106106
afr_status(" Enabled by user: " "${AFR_MODULES_ENABLED_USER}")

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ feature/* --> Alpha/beta of an upcoming feature
2525

2626
## Getting Started
2727

28-
For more information on Amazon FreeRTOS, refer to the [Getting Started section of Amazon FreeRTOS webpage](https://aws.amazon.com/freertos).
28+
For more information on FreeRTOS, refer to the [Getting Started section of FreeRTOS webpage](https://aws.amazon.com/freertos).
2929

3030
To directly access the **Getting Started Guide** for supported hardware platforms, click the corresponding link in the Supported Hardware section below.
3131

32-
For detailed documentation on Amazon FreeRTOS, refer to the [Amazon FreeRTOS User Guide](https://aws.amazon.com/documentation/freertos).
32+
For detailed documentation on FreeRTOS, refer to the [FreeRTOS User Guide](https://aws.amazon.com/documentation/freertos).
3333

3434
## Supported Hardware
3535

36-
For additional boards that are supported for Amazon FreeRTOS, please visit the [AWS Device Catalog](https://devices.amazonaws.com/search?kw=freertos)
36+
For additional boards that are supported for FreeRTOS, please visit the [AWS Device Catalog](https://devices.amazonaws.com/search?kw=freertos)
3737

38-
The following MCU boards are supported for Amazon FreeRTOS:
38+
The following MCU boards are supported for FreeRTOS:
3939
1. **Texas Instruments** - [CC3220SF-LAUNCHXL](http://www.ti.com/tool/cc3220sf-launchxl).
4040
* [Getting Started Guide](https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_ti.html)
4141
* IDEs: [Code Composer Studio](http://www.ti.com/tools-software/ccs.html), [IAR Embedded Workbench](https://www.iar.com/iar-embedded-workbench/partners/texas-instruments)
@@ -76,7 +76,7 @@ The following MCU boards are supported for Amazon FreeRTOS:
7676
* [Getting Started Guide](https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_nordic.html)
7777
15. **Nuvoton** - [NuMaker-IoT-M487](https://direct.nuvoton.com/en/numaker-iot-m487)
7878
* [Getting Started Guide](https://docs.aws.amazon.com/freertos/latest/userguide/getting-started-nuvoton-m487.html)
79-
16. **Windows Simulator** - To evaluate Amazon FreeRTOS without using MCU-based hardware, you can use the Windows Simulator.
79+
16. **Windows Simulator** - To evaluate FreeRTOS without using MCU-based hardware, you can use the Windows Simulator.
8080
* Requirements: Microsoft Windows 7 or newer, with at least a dual core and a hard-wired Ethernet connection
8181
* [Getting Started Guide](https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_windows.html)
8282
* IDE: [Visual Studio Community Edition](https://www.visualstudio.com/downloads/)

0 commit comments

Comments
 (0)