Skip to content
Permalink

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: master
Choose a base ref
...
head repository: eclipse-threadx/threadx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 54 files changed
  • 8 contributors

Commits on Jun 1, 2023

  1. Update tx_port.h

    removed extra spaces
    MrNetic authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    dd97593 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix link flag to -mcpu=cortex-a9

    Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
    hodcarrier committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4373af7 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate declaration "invalidateCaches_IS"

    Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
    hodcarrier committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5892fe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 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.
    aki-volz committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5d619e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix the typos

    howjmay committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9d29a9a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    e755542 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    416dfac View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Merge pull request #512 from eclipse-threadx/master

    Merge pull request #510 from eclipse-threadx/dev
    fdesbiens authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    8c57362 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    2f1fc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfafc96 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Fix default TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h

    Changed default value to TX_16_ULONG.
    jblanchard-jblopen authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    2cdebde View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Merge pull request #521 from jblanchard-jblopen/patch-2

    Fixed TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
    fdesbiens authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    57e317a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #508 from goodnorning/feature/rv64_rvv_support

    Added rv64 rvv support
    fdesbiens authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    a0dc185 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Merge pull request #270 from MrNetic/patch-1

    Removed extra spaces in tx_port.h.
    fdesbiens authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    12553ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #273 from hodcarrier/master

    Fixed the link flag in the Cortex-A9 sample
    fdesbiens authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    9dcb05c View commit details
    Browse the repository at this point in the history
  3. 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)
    fdesbiens committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    98e4754 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #524 from fdesbiens/fix-pr-277

    Added conditional CMake support for ThreadX SMP
    fdesbiens authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    4f1b9bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #278 from Polarisru/master

    Fixed SysTick initialization problem in tx_initialize_low_level.s for Cortex-M0.
    fdesbiens authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    454ab56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f81d1c9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #361 from howjmay/typo

    Fixed typos in several regression test files
    fdesbiens authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    d5c75fd View commit details
    Browse the repository at this point in the history
Loading