Skip to content

IAR: Added architecture support for RL78, RH850 and MSP430

Stefan Andersson requested to merge tfosm/cmake:iar-new_architectures into master
  1. Added architecture support for Renesas RL78, RH850 and Texas Instruments MSP430
  2. Corrected version check for the --c++ flag which differs between Arm and other architectures.
  3. Changed existing AVR architecture support by removing output format selection and include folder selection. This should be done explicitly by the user. Now it is more clean and harmonizes with the other architectures.

Merge request reports