mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
commit
85db19e33f
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
- if: ${{ env.GO == 1 }}
|
||||
run: make -C examples/stm32/nucleo-f746zg-baremetal test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- if: ${{ env.GO == 1 }}
|
||||
run: make -C examples/stm32/nucleo-f746zg-freertos-mip test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
run: make -C examples/stm32/nucleo-f746zg-freertos test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
|
||||
test_f4:
|
||||
runs-on: ubuntu-latest
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
- if: ${{ env.GO == 1 }}
|
||||
run: make -C examples/stm32/nucleo-f429zi-baremetal test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
- if: ${{ env.GO == 1 }}
|
||||
run: make -C examples/stm32/nucleo-f429zi-freertos-mip test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
run: make -C examples/stm32/nucleo-f429zi-freertos test VCON_API_KEY=${{secrets.VCON_API_KEY}}
|
||||
|
||||
test_h7:
|
||||
runs-on: ubuntu-latest
|
||||
@ -165,11 +165,11 @@ jobs:
|
||||
- path: stm32/stm32-nucleo-f429z
|
||||
- path: stm32/stm32-nucleo-h743z
|
||||
- path: stm32/nucleo-f429zi-baremetal
|
||||
- path: stm32/nucleo-f429zi-freertos-mip
|
||||
- path: stm32/nucleo-f429zi-usb-rndis
|
||||
- path: stm32/nucleo-f429zi-freertos
|
||||
- path: stm32/nucleo-f429zi-rndis
|
||||
- path: stm32/nucleo-f746zg-baremetal
|
||||
- path: stm32/nucleo-f746zg-freertos-mip
|
||||
- path: stm32/nucleo-f746zg-usb-rndis
|
||||
- path: stm32/nucleo-f746zg-freertos
|
||||
- path: stm32/nucleo-f746zg-rndis
|
||||
- path: nxp/nxp-mimxrt1020-azurertos
|
||||
- path: nxp/nxp-frdmk66f-freertos
|
||||
- path: nxp/nxp-lpcxpresso54s018m-freertos
|
||||
|
@ -1,3 +0,0 @@
|
||||
# FreeRTOS Web device dashboard on NUCLEO-F429ZI
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f429zi-freertos-mip/
|
3
examples/stm32/nucleo-f429zi-freertos/README.md
Normal file
3
examples/stm32/nucleo-f429zi-freertos/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# FreeRTOS Web device dashboard on NUCLEO-F429ZI
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f429zi-freertos/
|
3
examples/stm32/nucleo-f429zi-rndis/README.md
Normal file
3
examples/stm32/nucleo-f429zi-rndis/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# RNDIS Web device dashboard on NUCLEO-F429ZI
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f429zi-rndis/
|
@ -1,3 +0,0 @@
|
||||
# FreeRTOS Web device dashboard on NUCLEO-F746ZG
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-freertos-mip/
|
3
examples/stm32/nucleo-f746zg-freertos/README.md
Normal file
3
examples/stm32/nucleo-f746zg-freertos/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# FreeRTOS Web device dashboard on NUCLEO-F746ZG
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-freertos/
|
3
examples/stm32/nucleo-f746zg-rndis/README.md
Normal file
3
examples/stm32/nucleo-f746zg-rndis/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# RNDIS Web device dashboard on NUCLEO-F746ZG
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-rndis/
|
@ -1,3 +0,0 @@
|
||||
# USB RNDIS Web device dashboard on NUCLEO-F746ZG
|
||||
|
||||
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-usb-rndis/
|
Loading…
Reference in New Issue
Block a user