Doubts on FreeRtos port #2563
-
The CM4F port is adopted also on H7 (sub)projects. Is it rigth? /home/claudio/extension/stm32/mongoose/examples/stm32/nucleo-f429zi-make-freertos-builtin/Makefile /home/claudio/extension/stm32/mongoose/examples/stm32/nucleo-h723zg-make-freertos-builtin/Makefile /home/claudio/extension/stm32/mongoose/examples/stm32/nucleo-h743zi-make-freertos-builtin/Makefile |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From the very same file where you copied that, one line above: Of course it is "right", our examples do work and are tested on a CI/CD pipeline on every change. From our tutorials: Please follow the guidelines in the documentation, examples and tutorials available. |
Beta Was this translation helpful? Give feedback.
From the very same file where you copied that, one line above:
mongoose/examples/stm32/nucleo-h723zg-make-freertos-builtin/Makefile
Line 11 in b8bfa55
mongoose/examples/stm32/nucleo-h743zi-make-freertos-builtin/Makefile
Line 11 in b8bfa55
Of course it is "right", our examples do work and are tested on a CI/CD pipeline on every change.
From our tutorials:
https://mongoose.ws/documentation/tutorials/stm32/all-make-freertos-builtin/#freertos-integration
Pl…