eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.87k stars 782 forks source link

Need to understand about ports and ports_module folders difference #231

Closed kaushaleinfo closed 1 year ago

kaushaleinfo commented 1 year ago

Hi Team, I need to understand ports and ports_module folder difference in latest version of ThreadX. Basically I am using arm cortex-m3 and IAR IDE and I need to pick some port related file but I confused Which one should I take ? Could you guys tell what are difference in both folders image

Thanks Kaushal Panchal

goldscott commented 1 year ago

'ports' contains all the port-specific code for 'normal' ThreadX. 'ports_module' is only for ThreadX Modules.

kaushaleinfo commented 1 year ago

I am upgrading ThreadX_5.5 version to ThreadX_6.2.0 version and controller is stm32f3xxx based on ARM_cortex_m3 and I use IAR IDE for project. Could you guys help us which folder should I use ports or ports_module ?

Thanks Kaushal Panchal

goldscott commented 1 year ago

Use ports.