link to tutorial

This commit is contained in:
Sergio R. Caprile 2023-05-12 10:20:38 -03:00
parent 717c9dbe89
commit 1e31b90905
5 changed files with 8 additions and 27 deletions

View File

@ -1,9 +1,5 @@
# FreeRTOS + lwIP Web device dashboard on NUCLEO-F746ZG, built on Keil MDK
- Open this example with Keil uVision, **_do not copy the files_**
- Build it
- Run/Debug it
Mongoose configuration is in mongoose_custom.h
This example uses FreeRTOS native interface and configures lwIP to use it too
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-keil-freertos-lwip/

View File

@ -1,9 +1,6 @@
# FreeRTOS + lwIP Web device dashboard on NUCLEO-F746ZG, built on Keil MDK
- Open this example with Keil uVision, **_do not copy the files_**
- Build it
- Run/Debug it
Mongoose configuration is in mongoose_custom.h
This example uses CMSIS-RTOS v2 API calls and configures lwIP to use CMSIS-RTOS v2 interface with FreeRTOS
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-keil-cmsis2-lwip/

View File

@ -1,7 +1,3 @@
# Web device dashboard on NUCLEO-F746ZG, built on Keil MDK using RTX and the MDK Plus stack
- Open this example with Keil uVision, **_do not copy the files_**
- Build it
- Run/Debug it
Mongoose configuration is in mongoose_custom.h
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-keil-rtx-mdk/

View File

@ -1,7 +1,3 @@
# RTX5 + lwIP Web device dashboard on NUCLEO-F746ZG, built on Keil MDK
- Open this example with Keil uVision, **_do not copy the files_**
- Build it
- Run/Debug it
Mongoose configuration is in mongoose_custom.h
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-keil-cmsis2-lwip/

View File

@ -1,7 +1,3 @@
# Web device dashboard on NUCLEO-F746ZG, built on Keil MDK using RTX5 and the MDK Plus stack
- Open this example with Keil uVision, **_do not copy the files_**
- Build it
- Run/Debug it
Mongoose configuration is in mongoose_custom.h
See https://mongoose.ws/tutorials/stm32/nucleo-f746zg-keil-rtx5-mdk/