File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,16 @@ By default, the `heap_3.c` is used. It can be changed thanks a define in the con
3232
3333* STM32FreeRTOS.h : Must always be #include first. It references required include files.
3434* STM32FreeRTOSConfig.h : If exist at sketch level, it contains the FreeRTOS configurations.
35- * FreeRTOSConfig_Default.h : Contains the default FreeRTOS configurations for this STM32 port if ` STM32FreeRTOSConfig.h ` doesn't exist.
35+ * FreeRTOSConfig_Default.h : Contains the default FreeRTOS configurations for this STM32 port if ` STM32FreeRTOSConfig.h ` doesn't exist.
36+
37+ ## Test results (using [ Arduino_Core_STM32] ( https://github.com/stm32duino/Arduino_Core_STM32 ) )
38+ | Board | AnalogRead_DigitalRead | Blink_AnalogRead | frBlink | frBlinkPrint | frJitter | frLiuLayland |
39+ | --- | :---: | :---: | :---: | :---: | :---: | :---: |
40+ | [ Nucleo F091RC] ( http://www.st.com/en/evaluation-tools/nucleo-f091rc.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | FAILED |
41+ | [ Nucleo F103RB] ( http://www.st.com/en/evaluation-tools/nucleo-f103rb.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
42+ | [ Nucleo F303RE] ( http://www.st.com/en/evaluation-tools/nucleo-f303re.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
43+ | [ Nucleo F429ZI] ( http://www.st.com/en/evaluation-tools/nucleo-f429zi.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
44+ | [ STM32F746G-DISCOVERY] ( http://www.st.com/en/evaluation-tools/32f746gdiscovery.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
45+ | [ Nucleo L053R8] ( http://www.st.com/en/evaluation-tools/nucleo-l053r8.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | FAILED |
46+ | [ Nucleo L152RE] ( http://www.st.com/en/evaluation-tools/nucleo-l152re.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
47+ | [ B-L475E-IOT01A] ( http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html ) | PASSED | PASSED | PASSED | PASSED | PASSED | PASSED |
You can’t perform that action at this time.
0 commit comments