]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/main_s.c
Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files.
[freertos] / FreeRTOS / Demo / CORTEX_MPU_M33F_Simulator_Keil_GCC / Secure / main_s.c
index 72b81131c9c6228ca82a8462aad06f3e025ad1f2..98f98ed47edb00155876050b85c34797b90edd0e 100644 (file)
@@ -45,20 +45,20 @@ void BootNonSecure( uint32_t ulNonSecureStartAddress );
 /*-----------------------------------------------------------*/\r
 \r
 /*\r
      Instructions to Build and Run:\r
       - The Keil multi-project workspace FreeRTOSDemo.uvmpw contains projects for\r
         both the secure project, and non secure project.\r
       - Set the FreeRTOSDemo_s project as Active - Right click on\r
         "Project: FreeRTOSDemo_s" and select "Set as Active Project".\r
       - Build the FreeRTOSDemo_s project using "Project --> Build" or by pressing\r
         F7.\r
       - Set the FreeRTOSDemo_ns project as Active – Right click on\r
         "Project: FreeRTOSDemo_ns" and select "Set as Active Project".\r
       - Build the FreeRTOSDemo_ns project using "Project --> Build" or by\r
         pressing "F7".\r
       - Start Debug Session using "Debug -> Start/Stop Debug Session" or by\r
         pressing "Ctrl+F5".\r
-*/\r
*     Instructions to Build and Run:\r
*      - The Keil multi-project workspace FreeRTOSDemo.uvmpw contains projects for\r
*        both the secure project, and non secure project.\r
*      - Set the FreeRTOSDemo_s project as Active - Right click on\r
*        "Project: FreeRTOSDemo_s" and select "Set as Active Project".\r
*      - Build the FreeRTOSDemo_s project using "Project --> Build" or by pressing\r
*        "F7".\r
*      - Set the FreeRTOSDemo_ns project as Active - Right click on\r
*        "Project: FreeRTOSDemo_ns" and select "Set as Active Project".\r
*      - Build the FreeRTOSDemo_ns project using "Project --> Build" or by\r
*        pressing "F7".\r
*      - Start Debug Session using "Debug -> Start/Stop Debug Session" or by\r
*        pressing "Ctrl+F5".\r
+ */\r
 \r
 /* Secure main() */\r
 int main( void )\r