threadx icon indicating copy to clipboard operation
threadx copied to clipboard

Whether threadx supports arm64 and x86-64

Open 1511563371 opened this issue 1 year ago • 2 comments

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

1511563371 avatar Aug 29 '24 11:08 1511563371

Hi ThreadX is supported on 64 bit ARM for sure

cypherbridge avatar Oct 03 '24 16:10 cypherbridge

You can see the existing ports here: https://github.com/eclipse-threadx/threadx/tree/master/ports and Intel x86 or x64 processors are not listed here. There is only a win32 port which runs on 32-bit Windows and needs Windows as host OS and does not run on bare metal. Some arm64 architectures like Cortex-A55 and Cortex-A75 etc are supported, refer to the list.

hwmaier avatar Oct 03 '24 23:10 hwmaier

Closing the issue due to @hwmaier's excellent answer.

fdesbiens avatar Feb 27 '25 14:02 fdesbiens