-
Notifications
You must be signed in to change notification settings - Fork 864
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: eclipse-threadx/threadx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sysprog21/threadx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 118 files changed
- 8 contributors
Commits on Nov 20, 2024
-
Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 17944a0 - Browse repository at this point
Copy the full SHA 17944a0View commit details -
Remove duplicate declaration "invalidateCaches_IS"
Signed-off-by: Du Huanpeng <dhu@hodcarrier.org> Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 2ea8807 - Browse repository at this point
Copy the full SHA 2ea8807View commit details -
Fix link flag to -mcpu=cortex-a9
Signed-off-by: Du Huanpeng <dhu@hodcarrier.org> Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 1deefaa - Browse repository at this point
Copy the full SHA 1deefaaView commit details -
Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for a8feb78 - Browse repository at this point
Copy the full SHA a8feb78View commit details -
This drops a few archive files from the source tree as they belong to the toolchain. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com> Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 8456814 - Browse repository at this point
Copy the full SHA 8456814View commit details -
Fix first system tick delay on Cortex-M0
The SysTick timer was initializing incorrectly, causing an unexpectedly long first system tick. When the 24-bit SysTick Current Value Register starts at 0xFFFFFF without being reset, it creates a substantial startup delay of approximately 350 milliseconds at 48 MHz. The initialization in the port file is corrected to reset the register, ensuring more predictable and efficient system tick timing. This change aligns with Arm's recommended initialization practices for the SysTick timer. Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 1bc9c1b - Browse repository at this point
Copy the full SHA 1bc9c1bView commit details -
Use the '--toolchain' option for CMake
Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 8f954d3 - Browse repository at this point
Copy the full SHA 8f954d3View commit details -
Increase minimum required CMake version
At least as of CMake 3.28.3, it warns that support for CMake versions less than 3.5 will be removed soon, quote: > CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 82c647c - Browse repository at this point
Copy the full SHA 82c647cView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2fe7ec - Browse repository at this point
Copy the full SHA c2fe7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a7030 - Browse repository at this point
Copy the full SHA f2a7030View commit details -
Merge pull request #1 from sysprog21/ci-arm-none-eabi-gcc
CI: Bump Arm GNU Toolchain
Configuration menu - View commit details
-
Copy full SHA for ca456a4 - Browse repository at this point
Copy the full SHA ca456a4View commit details -
Initially, Arm Cortex-A port checks were conducted using 'pwsh' (Windows PowerShell) on a Windows host. To maintain consistency, the continuous integration pipeline shifted to a Linux host. Consequently, this change eliminated the use of Windows PowerShell, which effectively disabled the Arm Cortex-A port checks.
Configuration menu - View commit details
-
Copy full SHA for 473f3ae - Browse repository at this point
Copy the full SHA 473f3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d20af - Browse repository at this point
Copy the full SHA 63d20afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e2a04 - Browse repository at this point
Copy the full SHA 51e2a04View commit details -
Fix RV64 context_restore bug when F/D extension is enabled
Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
Configuration menu - View commit details
-
Copy full SHA for 0670e81 - Browse repository at this point
Copy the full SHA 0670e81View commit details
Commits on Nov 26, 2024
-
Fix missing barrier in TX_DISABLE for Cortex-R5
This commit fixes thread safety issue in tx_byte_allocate by correcting clobber list and adding missing compiler fence. This addresses potential race conditions when aggressive compiler optimization is enabled. See #334
Configuration menu - View commit details
-
Copy full SHA for 15459cc - Browse repository at this point
Copy the full SHA 15459ccView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.