Use of TX_ENABLE_IAR_LIBRARY_SUPPORT in ThreadX module

HugPeter-9392 246 Reputation points
2022-12-22T12:15:37.393+00:00

Hello
The posts heap-usage-in-threadx-cortex-m-ports.html and azurertosthreadx-tx-enable-iar-library-support-com.html already contain information regarding IAR thread local storage (TLS). The answers refer to the port documentation. All IAR 'simple' ports mention required IAR TLS configuration. However, none of the IAR modules port mention IAR TLS. Does this mean that modules shall be compiled (and linked) without any IAR TLS configuration?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
0 comments No comments
{count} votes

Accepted answer
  1. Scott Azure RTOS 4,051 Reputation points
    2022-12-22T19:56:59.733+00:00

    Hi @HugPeter-9392

    If you don't intend to use the IAR libraries in Modules, then there is nothing extra you need to do, because by default, IAR library support is not enabled.

    If you want to use the IAR libraries in Modules, then you would need to enable IAR library support in modules.

    Please note: I have never tried to use IAR library support in Modules, so I don't know if it will build or work.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.