-
Notifications
You must be signed in to change notification settings - Fork 65
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: stm32duino/STM32FreeRTOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stm32duino/STM32FreeRTOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 3 contributors
Commits on Sep 13, 2022
-
fix: set FreeRTOS Kernel priority to 14
Aim is to have Systick priority higher (lower value) than Ethernet Timer Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
1Configuration menu - View commit details
-
Copy full SHA for 0ab4bbd - Browse repository at this point
Copy the full SHA 0ab4bbdView commit details
Commits on Feb 7, 2023
-
fix: warning condition to manage newlib version > 3.x
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 727e46a - Browse repository at this point
Copy the full SHA 727e46aView commit details
Commits on Jun 6, 2023
-
FIXED BUG configKERNEL_INTERRUPT_PRIORITY must be left shifted accord…
…ing to ref: "Cortex-M Internal Priority Representation" https://www.freertos.org/RTOS-Cortex-M3-M4.html
Configuration menu - View commit details
-
Copy full SHA for 6d463ec - Browse repository at this point
Copy the full SHA 6d463ecView commit details
Commits on Jun 7, 2023
-
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 490b9ed - Browse repository at this point
Copy the full SHA 490b9edView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for f3abddc - Browse repository at this point
Copy the full SHA f3abddcView commit details
Commits on Jul 25, 2024
-
feat: provide default functions only if requested
configUSE_MALLOC_FAILED_HOOK and configCHECK_FOR_STACK_OVERFLOW allow to define specific function to call when a malloc failed or a stack overflow occured. Respectively, vApplicationIdleHook and vApplicationStackOverflowHook. Previous implementation provide them unconditionally preventing users to define their own implementation. Now extra config is required to have the default implementation: /* Set to 1 to use default blink hook if configUSE_MALLOC_FAILED_HOOK is 1 */ #ifndef configUSE_MALLOC_FAILED_HOOK_BLINK #define configUSE_MALLOC_FAILED_HOOK_BLINK 0 #endif /* Set to 1 to used default blink if configCHECK_FOR_STACK_OVERFLOW is 1 or 2 */ #ifndef configCHECK_FOR_STACK_OVERFLOW_BLINK #define configCHECK_FOR_STACK_OVERFLOW_BLINK 0 #endif Fixes #69. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for d05df76 - Browse repository at this point
Copy the full SHA d05df76View commit details
Commits on Sep 9, 2025
-
Fixes #73. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8041576 - Browse repository at this point
Copy the full SHA 8041576View commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 3326261 - Browse repository at this point
Copy the full SHA 3326261View commit details
Loading
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.3.1...main