-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: stm32duino/STM32FreeRTOS
base: 10.2.2
head repository: stm32duino/STM32FreeRTOS
compare: 10.3.1
- 16 commits
- 98 files changed
- 2 contributors
Commits on Feb 11, 2022
-
Update to FreeRTOS 10.3.1 sources modified by ST
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 2aff23c - Browse repository at this point
Copy the full SHA 2aff23cView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for ed97d17 - Browse repository at this point
Copy the full SHA ed97d17View commit details -
Add ltorg to gcc arm cm3+4f+7 port
See #28 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 929d553 - Browse repository at this point
Copy the full SHA 929d553View commit details
Commits on Feb 14, 2022
-
Fix CMSIS_RTOS_V2 compilation issue (FreeRTOS 10.3.1)
* CMSIS_device_header must be defined. * Some Includes define must be set Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 08a4e9c - Browse repository at this point
Copy the full SHA 08a4e9cView commit details
Commits on Feb 15, 2022
-
Support STM32L5 family with TZ=0
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for adba678 - Browse repository at this point
Copy the full SHA adba678View commit details
Commits on Feb 17, 2022
-
Fix SysTick_Handler definition for CM33 and CMSIS V2
SysTick_Handler() from stm32duino core is calling weak osSystickHandler(). Both CMSIS-RTOSv2 and CMSIS-RTOS override osSystickHandler() which is calling xPortSysTickHandler(), defined in respective CortexM-x port Note: It is necessary to go through this function (osSystickHandler()) that checks whether scheduler is started otherwise there are issue when systick interrupt fires before FreeRTOS is started Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 3d96020 - Browse repository at this point
Copy the full SHA 3d96020View commit details
Commits on Feb 23, 2022
-
CM0 CM0+: interrupts disabled beween xTaskCreate() and vTaskStartSche…
…duler() On Cortex-M0 and Cortex-M0+, all IT are disabled between xTaskCreate() and vTaskStartScheduler(). So it is not possible to use IT inbetween, like Serial.print() ... This is the reason why, in example "frLiyLayland", between xTaskCreate() and vTaskStartScheduler(), we use direct printf(), which will access directly USART without interrupt Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 91571b7 - Browse repository at this point
Copy the full SHA 91571b7View commit details -
frLiuLayland: Arduino IDE auto formatting
Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 17f8eb3 - Browse repository at this point
Copy the full SHA 17f8eb3View commit details -
Merge pull request #48 from ABOSTM/FREERTOS_10.3.1
Update to Freertos 10.3.1 Add CortexM33 support
Configuration menu - View commit details
-
Copy full SHA for 12a6291 - Browse repository at this point
Copy the full SHA 12a6291View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc5e7a - Browse repository at this point
Copy the full SHA fcc5e7aView commit details
Commits on Feb 25, 2022
-
Fixes #44 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for a08ba4d - Browse repository at this point
Copy the full SHA a08ba4dView commit details -
It happens on STM32WL that case 4 fails. And it seems to be linked to LiuLayland theoritical bound value, which is based on ideal system. It doesn't take into account things like RTOS task swap, ... So take more margin for case 4 by decreasing the cpu load of one task, so that global CPU moves away from theoretical bound. Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8016ac2 - Browse repository at this point
Copy the full SHA 8016ac2View commit details -
Merge pull request #49 from fpistm/wl_support
feat: support STM32WL family
Configuration menu - View commit details
-
Copy full SHA for e730645 - Browse repository at this point
Copy the full SHA e730645View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09f0884 - Browse repository at this point
Copy the full SHA 09f0884View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7b188 - Browse repository at this point
Copy the full SHA ea7b188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382c100 - Browse repository at this point
Copy the full SHA 382c100View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 10.2.2...10.3.1