diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b48107b..ee714cf2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: - if: ${{ env.GO == 1 }} run: make -C examples/stm32/nucleo-f746zg-make-freertos-builtin test VCON_API_KEY=${{secrets.VCON_API_KEY}} - if: ${{ env.GO == 1 }} - run: make -C examples/stm32/nucleo-f746zg-freertos-tcp test VCON_API_KEY=${{secrets.VCON_API_KEY}} + run: make -C examples/stm32/nucleo-f746zg-make-freertos-tcp test VCON_API_KEY=${{secrets.VCON_API_KEY}} - run: echo GO=0 >> $GITHUB_ENV ; if ./test/match_changed_files.sh '^src|examples/stm32/nucleo-f7.*-cube-'; then echo GO=1 >> $GITHUB_ENV ; fi - if: ${{ env.GO == 1 }} run: make -C test/cube test PROJECTS=../../examples/stm32/nucleo-f746zg-cube-baremetal-builtin VCON_API_KEY=${{secrets.VCON_API_KEY}} DEVICE=5 @@ -228,7 +228,7 @@ jobs: - path: stm32/nucleo-f429zi-make-baremetal-builtin-rndis - path: stm32/nucleo-f746zg-make-baremetal-builtin - path: stm32/nucleo-f746zg-make-freertos-builtin - - path: stm32/nucleo-f746zg-freertos-tcp + - path: stm32/nucleo-f746zg-make-freertos-tcp - path: stm32/nucleo-f746zg-make-baremetal-builtin-rndis - path: stm32/nucleo-h743zi-make-baremetal-builtin - path: nxp/nxp-mimxrt1020-azurertos diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/FreeRTOSConfig.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/FreeRTOSConfig.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/FreeRTOSConfig.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/FreeRTOSConfig.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/FreeRTOSIPConfig.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/FreeRTOSIPConfig.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/FreeRTOSIPConfig.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/FreeRTOSIPConfig.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/Makefile b/examples/stm32/nucleo-f746zg-make-freertos-tcp/Makefile similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/Makefile rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/Makefile diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/README.md b/examples/stm32/nucleo-f746zg-make-freertos-tcp/README.md similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/README.md rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/README.md diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/hal.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/hal.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/hal.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/hal.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/link.ld b/examples/stm32/nucleo-f746zg-make-freertos-tcp/link.ld similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/link.ld rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/link.ld diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/main.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/main.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/main.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/main.c diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/mongoose.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/mongoose.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose.c diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/mongoose.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/mongoose.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/mongoose_custom.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose_custom.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/mongoose_custom.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/mongoose_custom.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/net.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/net.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/net.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/net.c diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/net.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/net.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/net.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/net.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/packed_fs.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/packed_fs.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/packed_fs.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/packed_fs.c diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/stm32f7xx_hal.h b/examples/stm32/nucleo-f746zg-make-freertos-tcp/stm32f7xx_hal.h similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/stm32f7xx_hal.h rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/stm32f7xx_hal.h diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/syscalls.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/syscalls.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/syscalls.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/syscalls.c diff --git a/examples/stm32/nucleo-f746zg-freertos-tcp/sysinit.c b/examples/stm32/nucleo-f746zg-make-freertos-tcp/sysinit.c similarity index 100% rename from examples/stm32/nucleo-f746zg-freertos-tcp/sysinit.c rename to examples/stm32/nucleo-f746zg-make-freertos-tcp/sysinit.c