threadx
threadx copied to clipboard
Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
When building ThreadX for ARM Cortex-A34 in AMP mode using the GNU toolchain, the **tx_initialize_low_leve**l file contains the following sequence to save the first available memory address: **tx_initialize_low_level.S** /* Save...
- COndition -> Condition - "into a semaphore a cast" ? With the double space between "semaphore" and 'a'? https://github.com/eclipse-threadx/threadx/blob/485a02faec6edccef14812ddce6844af1d7d2eef/utility/rtos_compatibility_layers/posix/px_cond_signal.c#L92
**Describe the bug** When we call the `tx_semaphore_get()` API with `wait_option` value other than `TX_WAIT_FOREVER` and `TX_NO_WAIT`, if no instances of the specified counting semaphore is available, the API will...
CMake is lacking support of modules enabled kernel. Popular CMake use case is to fetch external dependencies with FetchContent. Desired behavior would be introduction of CMake flag (cache variable) that...
I am running ThreadX from tag v6.4.1_rel with modules-enabled kernel. When compiled with TX_SINGLE_MODE_SECURE - it hard faults after first enter to the scheduler and PendSV interrupt. PendSV interrupt executes...
I’m encountering two issues while trying to compile a project that contains ThreadX (master branch) in a Win32 port using Visual Studio Code on Windows 10: Pointer type mismatch with...
Hello are there available ports for RH850 & TC397 or compatible targets? I see they are listed on the docs: https://github.com/eclipse-threadx/rtos-docs However can't find them in the ports folder. Can...
   General Information: Target Device: STM32H753ZI ThreadX Version: 6.4.1_rel **Describe the Bug** The tx_thread_stack_highest_ptr in ThreadX does not correctly represent the highest ever used point in the thread...