Skip to content

Commit

Permalink
Move demos in Community-Supported to Community-Supported-Demos (FreeR…
Browse files Browse the repository at this point in the history
…TOS#1053)

* Move demos in Community-Supported to Community-Supported-Demos
* Update RP2040 CI workflow path
  • Loading branch information
chinglee-iot authored Jul 27, 2023
1 parent 8e3a216 commit f776f5e
Show file tree
Hide file tree
Showing 80 changed files with 17 additions and 9,999 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/freertos_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,20 @@ jobs:
exit 1
fi
- name: Fetch Community-Supported-Demos Submodule
shell: bash
run: |
# Fetch Community-Supported-Demos Submodule
echo "::group::Fetch Community-Supported-Demos Submodule"
git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
echo "::engdroup::"
if [ "$?" = "0" ]; then
echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"
else
echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
exit 1
fi
- name: Install GNU ARM Toolchain
shell: bash
run: |
Expand Down Expand Up @@ -451,7 +465,7 @@ jobs:
- name: Build CORTEX_M0+_RP2040 Demos
shell: bash
working-directory: FreeRTOS/Demo/ThirdParty/Community-Supported/CORTEX_M0+_RP2040
working-directory: FreeRTOS/Demo/ThirdParty/Community-Supported-Demos/CORTEX_M0+_RP2040
run: |
# Build CORTEX_M0+_RP2040 Demos
echo "::group::Build CORTEX_M0+_RP2040 Demos"
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/ThirdParty/Community-Supported-Demos

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f776f5e

Please sign in to comment.