IAR or yotta for MBED OS

Hi,
I am using IAR to develop and debug my classic MBED projects.
For what I saw, you now propose to use yotta to build MBED OS projects.
It’s not clear if it’s possible to continue using IAR with MBED OS.

Is it possible to use yotta only to convert project toward IAR?

How to debug projects with yotta?

Regards,

Hello,

Is it possible to use yotta only to convert project toward IAR?

there’s currently no published mbed-iar target for mbed OS. Therefore IAR is not yet supported.

How to debug projects with yotta?

Using yotta debug (which uses valinor). there’s currently support for pyocd-gdb and uvision. Once IAR gets it’s own mbed target, we could add IAR to valinor, to use it for debugging applications. However, it might be even possible now, if IAR debugger supports dwarf (reading dwarf symbols), as uvision for example does, which allows to debug gcc executables in uvision.