Fix remarks emitted by IAR compiler (#763)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2023-08-21 14:48:22 +05:30 committed by GitHub
parent 7372519cba
commit b9f488a713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 54 additions and 33 deletions

View file

@ -73,6 +73,11 @@ typedef unsigned long UBaseType_t;
#error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
#endif
/* Errata 837070 workaround must be enabled on Cortex-M7 r0p0
* and r0p1 cores. */
#ifndef configENABLE_ERRATA_837070_WORKAROUND
#define configENABLE_ERRATA_837070_WORKAROUND 0
#endif
/*-----------------------------------------------------------*/
/* MPU specific constants. */