-
Notifications
You must be signed in to change notification settings - Fork 924
Comparing changes
Open a pull request
base repository: eclipse-threadx/threadx
base: master
head repository: eclipse-threadx/threadx
compare: dev
- 20 commits
- 54 files changed
- 8 contributors
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd97593 - Browse repository at this point
Copy the full SHA dd97593View commit details
Commits on Jun 20, 2023
-
fix link flag to -mcpu=cortex-a9
Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
Configuration menu - View commit details
-
Copy full SHA for 4373af7 - Browse repository at this point
Copy the full SHA 4373af7View commit details -
Remove duplicate declaration "invalidateCaches_IS"
Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
Configuration menu - View commit details
-
Copy full SHA for 5892fe1 - Browse repository at this point
Copy the full SHA 5892fe1View commit details
Commits on Jun 21, 2023
-
SysTick initialization problem fixed in tx_initialize_low_level.s
Problem with first system tick was detected, it needs much more time for the first tick as it's defined. The reason for this behavior is incorrect initialization of the SysTick timer in the port file for the Cortex-M0. It doesn't reset the SysTick Current Value Register despite the fact that its value is not initialized at startup (see https://developer.arm.com/documentation/dui0552/a/cortex-m3-peripherals/system-timer--systick). So if we have 0xFFFFFF (this register has 24-bit), it means we will get about 256*256*256 / 48000000 for the tact frequency of 48MHz to reach the zero, that makes 350ms delay at startup.
Configuration menu - View commit details
-
Copy full SHA for 5d619e5 - Browse repository at this point
Copy the full SHA 5d619e5View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d29a9a - Browse repository at this point
Copy the full SHA 9d29a9aView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e755542 - Browse repository at this point
Copy the full SHA e755542View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 416dfac - Browse repository at this point
Copy the full SHA 416dfacView commit details
Commits on Mar 12, 2026
-
Merge pull request #512 from eclipse-threadx/master
Merge pull request #510 from eclipse-threadx/dev
Configuration menu - View commit details
-
Copy full SHA for 8c57362 - Browse repository at this point
Copy the full SHA 8c57362View commit details
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2f1fc52 - Browse repository at this point
Copy the full SHA 2f1fc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfafc96 - Browse repository at this point
Copy the full SHA dfafc96View commit details
Commits on Apr 12, 2026
-
Fix default TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
Changed default value to TX_16_ULONG.
Configuration menu - View commit details
-
Copy full SHA for 2cdebde - Browse repository at this point
Copy the full SHA 2cdebdeView commit details
Commits on Apr 14, 2026
-
Merge pull request #521 from jblanchard-jblopen/patch-2
Fixed TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
Configuration menu - View commit details
-
Copy full SHA for 57e317a - Browse repository at this point
Copy the full SHA 57e317aView commit details -
Merge pull request #508 from goodnorning/feature/rv64_rvv_support
Added rv64 rvv support
Configuration menu - View commit details
-
Copy full SHA for a0dc185 - Browse repository at this point
Copy the full SHA a0dc185View commit details
Commits on Apr 15, 2026
-
Merge pull request #270 from MrNetic/patch-1
Removed extra spaces in tx_port.h.
Configuration menu - View commit details
-
Copy full SHA for 12553ea - Browse repository at this point
Copy the full SHA 12553eaView commit details -
Merge pull request #273 from hodcarrier/master
Fixed the link flag in the Cortex-A9 sample
Configuration menu - View commit details
-
Copy full SHA for 9dcb05c - Browse repository at this point
Copy the full SHA 9dcb05cView commit details -
build: add conditional CMake support for ThreadX SMP
- Introduce THREADX_SMP option in root CMakeLists.txt. - Implement conditional source and port directory selection for SMP builds. - Add CMake support for common_smp and Cortex-A9 SMP port. - Fix linker flags in Cortex-A9 SMP sample build script. - Remove duplicate invalidateCaches_IS declarations in v7.h headers. Assisted-by: Gemini (Experimental)
Configuration menu - View commit details
-
Copy full SHA for 98e4754 - Browse repository at this point
Copy the full SHA 98e4754View commit details -
Merge pull request #524 from fdesbiens/fix-pr-277
Added conditional CMake support for ThreadX SMP
Configuration menu - View commit details
-
Copy full SHA for 4f1b9bf - Browse repository at this point
Copy the full SHA 4f1b9bfView commit details -
Merge pull request #278 from Polarisru/master
Fixed SysTick initialization problem in tx_initialize_low_level.s for Cortex-M0.
Configuration menu - View commit details
-
Copy full SHA for 454ab56 - Browse repository at this point
Copy the full SHA 454ab56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81d1c9 - Browse repository at this point
Copy the full SHA f81d1c9View commit details -
Merge pull request #361 from howjmay/typo
Fixed typos in several regression test files
Configuration menu - View commit details
-
Copy full SHA for d5c75fd - Browse repository at this point
Copy the full SHA d5c75fdView 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 master...dev