This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
resources:tools-software:freertos:freertos-addin [13 May 2022 14:15] – [Migration Guide] Don't need a FreeRTOS to Add-In Guide Murray Anderson | resources:tools-software:freertos:freertos-addin [23 May 2023 23:06] – [Removing The FreeRTOS Add-In] clarify which files are removed when removing the Add-In Murray Anderson | ||
---|---|---|---|
Line 103: | Line 103: | ||
- Do the following: | - Do the following: | ||
- Click **Remove**. | - Click **Remove**. | ||
- | - Generated files that have been added with the add-in | + | - Generated files that have been added to the system directory of your project |
- A pop up will appear notifying the user that functions related to the FreeRTOS add-in will be removed from the main file. This can be rejected if the user wants to keep the code. | - A pop up will appear notifying the user that functions related to the FreeRTOS add-in will be removed from the main file. This can be rejected if the user wants to keep the code. | ||
Line 112: | Line 112: | ||
====== FreeRTOS Add-In Examples ====== | ====== FreeRTOS Add-In Examples ====== | ||
- | The following examples examples that have been provided | + | Example projects |
- | * Thread local storage | + | |
- | * Dining philosophers | + | |
- | * Bounded Buffer | + | |
- | * MCAPI Message Example | + | |
- | * FreeRTOS Standard Demo | + | |
- | [[repo> | + | |
- | The example projects | + | |
---- | ---- |