Skip to content

Commit

Permalink
Merge pull request #26 from keithmwheeler/topic/update-readme-program…
Browse files Browse the repository at this point in the history
…ming-issue

201910-MTBAFR Update README.md programming issue
  • Loading branch information
ifyall authored Dec 15, 2021
2 parents 3745118 + 2b441a0 commit ed703c2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ 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

Expand All @@ -37,11 +38,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)
Expand All @@ -52,3 +53,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.

0 comments on commit ed703c2

Please sign in to comment.