threadx icon indicating copy to clipboard operation
threadx copied to clipboard

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.

Results 106 threadx issues
Sort by recently updated
recently updated
newest added

I am debugging a SMP port and noticed the sample works fine w/o trace. However when trace is enabled they are some strange issues. @billlamiework and @goldscott, can you teach...

@billamiework and @goldscott, can you teach if ThreadX modules support SMP or not? On one side, we have `ports_module/cortex_a35_smp`, so modules should support SMP already. On the other side, I...

```c UINT tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG), ULONG entry_input, VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, ULONG time_slice, UINT auto_start) ``` Documentation ![image](https://github.com/user-attachments/assets/1305a67b-71aa-47cc-ae34-6dcd65c26f62) If I need to pass...

I want to port threadx to intel i5 14600k, is threadx supported

This pull requests fixes the compiler warning when creating TX objects with literal strings since we are passing literal string to the function accepting `CHAR *`, that can, by design,...

**System components timeout issue** Call to system functions like **tx_event_flags_get**, **tx_semaphore_get** etc. with _timeout != TX_WAIT_FOREVER_ results in thread wake before timeout in some conditions. **Description** In my program I...

bug
hardware

This adds CMake support for `linux/gnu/example_build` so that to have the `sample_threadx` target built after the `libthreadx.a` target, make it easier for people to try the sample on Linux.

Hi, When compiling threadx with g++ compilers, some errors are thrown. this request is about fixing all those errors. PS: attached the error log when compilinga project using arm-none-g++.(not all...

feature

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

Hello, We are running ThreadX version 6.2.1 on products where a version bump is not possible (will bump for future products). Would it be possible to know which commit/PR is...

bug
hardware