From da1b14e152397bd283b9b3d5d467ff18d468dac1 Mon Sep 17 00:00:00 2001 From: "Wheeler Keith (CYSC CSS ICW SW T 1)" Date: Fri, 3 Dec 2021 10:13:33 -0800 Subject: [PATCH 1/4] Updating readme with information and link to corrective action if device suffers disabled debug port during programming --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8e3df685..e60b181d8 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ For support or more detailed information on Cypress Boards, refer to the [Cypres The following MCU boards are supported for Amazon FreeRTOS: 1. **Cypress CY8CPROTO-062-4343W** - [Cypress PSoC 6 Wi-Fi BT Prototyping Kit](http://www.cypress.com/CY8CPROTO-062-4343W). - * [Getting Started Guide](https://community.cypress.com/community/modustoolbox-amazon-freertos-sdk) - * IDEs: [ModusToolbox](https://community.cypress.com/community/modustoolbox-amazon-freertos-sdk) + * [Getting Started Guide](https://community.infineon.com/t5/Resource-Library/Getting-Started-with-Amazon-FreeRTOS-and-PSoC62-43xxx/ta-p/260261) + * IDEs: [ModusToolbox](https://www.cypress.com/products/modustoolbox) 2. **Cypress CY8CKIT-062-WIFI-BT** - [Cypress PSoC 6 WiFi-BT Pioneer Kit](https://www.cypress.com/CY8CKIT-062-WiFi-BT). - * [Getting Started Guide](https://community.cypress.com/community/modustoolbox-amazon-freertos-sdk) - * IDEs: [ModusToolbox](https://community.cypress.com/community/modustoolbox-amazon-freertos-sdk) + * [Getting Started Guide](https://community.infineon.com/t5/Resource-Library/Getting-Started-with-Amazon-FreeRTOS-and-PSoC62-43xxx/ta-p/260261) + * IDEs: [ModusToolbox](https://www.cypress.com/products/modustoolbox) 3. **Cypress CYW54907** - [Cypress CYW954907AEVAL1F Evaluation Kit](https://www.cypress.com/documentation/development-kitsboards/cyw954907aeval1f-evaluation-kit) * [Getting Started Guide](https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_cypress_54.html) * IDE: [WICED Studio](https://community.cypress.com/community/wiced-wifi) @@ -52,3 +52,8 @@ The following MCU boards are supported for Amazon FreeRTOS: ## amazon-freeRTOS/projects The ```./projects``` folder contains the IDE test and demo projects for Cypress boards. The majority of boards can be built with both IDE and cmake (there are some exceptions!). Please refer to the Getting Started Guides above for board specific instructions. + +## Important Information + +Programming PSoC 6 devices with this release may result in a permanent disabling of the debug port. +See document [Unable to Connect PSoC 6 MCU After Programming Mbed OS or FreeRTOS Project](https://community.infineon.com/t5/Knowledge-Base-Articles/Unable-to-Connect-PSoC-6-MCU-After-Programming-Mbed-OS-or/ta-p/265127) for more information and corrective action. \ No newline at end of file From 3fbc84bcae9492f7e1938b22d7179b5e5485f846 Mon Sep 17 00:00:00 2001 From: "Wheeler Keith (CYSC CSS ICW SW T 1)" Date: Fri, 3 Dec 2021 13:38:08 -0800 Subject: [PATCH 2/4] Updating readme important branches/tags section --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e60b181d8..25e86e14a 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,10 @@ If you have downloaded the repo without using the `--recurse-submodules` argumen git submodule update --init --recursive ``` -## Important branches to know -master --> Development is done continuously on this branch -release --> Fully tested released source code -release-candidate --> Preview of upcoming release -feature/* --> Alpha/beta of an upcoming feature +## Important branches/tags to know +202007-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (latest release) +201910-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (this release) +feature/infineon --> XMC and OPTIGA support ## Getting Started From 026d01cf6718c27b74a3da7314abce52ca123e83 Mon Sep 17 00:00:00 2001 From: "Wheeler Keith (CYSC CSS ICW SW T 1)" Date: Fri, 3 Dec 2021 13:39:19 -0800 Subject: [PATCH 3/4] Updating readme important branches/tags section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e86e14a..9051a47b9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ git submodule update --init --recursive ## Important branches/tags to know 202007-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (latest release) -201910-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (this release) +201910-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (this release) feature/infineon --> XMC and OPTIGA support ## Getting Started From 2b441a0140b884ef9a4f39027b73336a03c5f998 Mon Sep 17 00:00:00 2001 From: "Wheeler Keith (CYSC CSS ICW SW T 1)" Date: Fri, 3 Dec 2021 13:40:19 -0800 Subject: [PATCH 4/4] Updating readme important branches/tags section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9051a47b9..d3e2ed2a0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ git submodule update --init --recursive ## Important branches/tags to know 202007-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (latest release) + 201910-MTBAFR2149 --> PSoC 6 and CYW Evaluation Kit support (this release) + feature/infineon --> XMC and OPTIGA support ## Getting Started