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.82k stars 773 forks source link

Different processor variants in CM7 build config for IAR #294

Closed Corderbollie closed 10 months ago

Corderbollie commented 11 months ago

Describe the bug ARM7TDMI is set in the 'release' build configuration of the example build for IAR CM7 tx project instead of Cortex M-7. This applies to the actual master and at least version 6.2.1.

To Reproduce Steps to reproduce the behavior:

  1. Check 'General Options > Processor variant > Core' in the options of the tx release build configuration.
  2. Trying to compile the release target will cause license errors in IAR Embedded Workbench with Cortex-M License installed.

Expected behavior Release target of tx project should compile with IAR Cortex-M License installed.

Impact Annoyance

Corderbollie commented 11 months ago

Now I noticed that none of the release build targets in the workspace is functional. Why is that?

TiejunMS commented 10 months ago

You are right. The release configurations are not set for those example projects. Please switch to debug configuration for demo purpose.