Address review feedback

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal 2024-01-29 22:21:55 +05:30
parent 93569f2ee9
commit 3fa3aceba7
22 changed files with 22 additions and 22 deletions

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -66,7 +66,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -61,7 +61,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M23.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M23.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -66,7 +66,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M33.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M33.
#endif
#endif

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/

View file

@ -65,7 +65,7 @@
#define configENABLE_MVE 0
#else
#if( configENABLE_MVE != 0 )
#error configENABLE_MVE must be 0 for the Cortex-M35.
#error configENABLE_MVE must be left undefined, or defined to 0 for the Cortex-M35.
#endif
#endif
/*-----------------------------------------------------------*/