]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/MEC14xx/startup/MPLAB/default-on-bootstrap.c
Add PIC32MEC14xx port and demo application.
[freertos] / FreeRTOS / Demo / PIC32MEC14xx_MPLAB / src / MEC14xx / startup / MPLAB / default-on-bootstrap.c
diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/MEC14xx/startup/MPLAB/default-on-bootstrap.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/MEC14xx/startup/MPLAB/default-on-bootstrap.c
new file mode 100644 (file)
index 0000000..47bc788
--- /dev/null
@@ -0,0 +1,43 @@
+/*********************************************************************\r
+ *\r
+ *              Default _on_bootstrap Implementation\r
+ *\r
+ *********************************************************************\r
+ * Filename:        default-on-bootstrap.c\r
+ *\r
+ * Processor:       PIC32\r
+ *\r
+ * Compiler:        MPLAB C Compiler for PIC32 MCUs\r
+ *                  MPLAB IDE\r
+ * Company:         Microchip Technology Inc.\r
+ *\r
+ * Software License Agreement\r
+ *\r
+ * The software supplied herewith by Microchip Technology Incorporated\r
+ * (the 'Company') for its PIC32/PIC24F Microcontroller is intended\r
+ * and supplied to you, the Company's customer, for use solely and\r
+ * exclusively on Microchip PIC32/PIC24F Microcontroller products.\r
+ * The software is owned by the Company and/or its supplier, and is\r
+ * protected under applicable copyright laws. All rights are reserved.\r
+ * Any use in violation of the foregoing restrictions may subject the\r
+ * user to criminal sanctions under applicable laws, as well as to\r
+ * civil liability for the breach of the terms and conditions of this\r
+ * license.\r
+ *\r
+ * THIS SOFTWARE IS PROVIDED IN AN "AS IS" CONDITION. NO WARRANTIES,\r
+ * WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED\r
+ * TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\r
+ * PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. THE COMPANY SHALL NOT,\r
+ * IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL OR\r
+ * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
+ *\r
+ ********************************************************************/\r
+/* This is a default definition of an _on_bootstrap() function.\r
+ * It does nothing and just goes returns. If the user\r
+ * application supplies a handler function, this function will not be\r
+ * referenced and thus not pulled in from the library.\r
+ */\r
+void \r
+_on_bootstrap (void)\r
+{\r
+}\r