OpenAMP / libmetal

An abstraction layer across RTOS, baremetal, and user-space Linux environments
https://www.openampproject.org/
Other
259 stars 172 forks source link

lib: compiler support of arm compiler v6 #270

Closed arnopo closed 10 months ago

arnopo commented 10 months ago

The predefined macro __CC_ARM available on 5.x is migrated to the macro arm for the version 6.x. Add defines to support both versions.

See https://developer.arm.com/documentation/ka005069/1-0/?lang=en for details