]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC18_MPLAB/main3.c
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Demo / PIC18_MPLAB / main3.c
index 3a056695f95b794ba9d479773d47a92909d3fe5d..a47cdc9f3ac7507afb4bb295110efc3578c951e7 100644 (file)
 /*\r
-    FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.\r
-       \r
-\r
-    ***************************************************************************\r
-     *                                                                       *\r
-     *    FreeRTOS tutorial books are available in pdf and paperback.        *\r
-     *    Complete, revised, and edited pdf reference manuals are also       *\r
-     *    available.                                                         *\r
-     *                                                                       *\r
-     *    Purchasing FreeRTOS documentation will not only help you, by       *\r
-     *    ensuring you get running as quickly as possible and with an        *\r
-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *\r
-     *    the FreeRTOS project to continue with its mission of providing     *\r
-     *    professional grade, cross platform, de facto standard solutions    *\r
-     *    for microcontrollers - completely free of charge!                  *\r
-     *                                                                       *\r
-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *\r
-     *                                                                       *\r
-     *    Thank you for using FreeRTOS, and thank you for your support!      *\r
-     *                                                                       *\r
-    ***************************************************************************\r
-\r
-\r
-    This file is part of the FreeRTOS distribution.\r
-\r
-    FreeRTOS is free software; you can redistribute it and/or modify it under\r
-    the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.\r
-    >>>NOTE<<< The modification to the GPL is included to allow you to\r
-    distribute a combined work that includes FreeRTOS without being obliged to\r
-    provide the source code for proprietary components outside of the FreeRTOS\r
-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but\r
-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\r
-    more details. You should have received a copy of the GNU General Public\r
-    License and the FreeRTOS license exception along with FreeRTOS; if not it\r
-    can be viewed here: http://www.freertos.org/a00114.html and also obtained\r
-    by writing to Richard Barry, contact details for whom are available on the\r
-    FreeRTOS WEB site.\r
-\r
-    1 tab == 4 spaces!\r
-    \r
-    ***************************************************************************\r
-     *                                                                       *\r
-     *    Having a problem?  Start by reading the FAQ "My application does   *\r
-     *    not run, what could be wrong?                                      *\r
-     *                                                                       *\r
-     *    http://www.FreeRTOS.org/FAQHelp.html                               *\r
-     *                                                                       *\r
-    ***************************************************************************\r
-\r
-    \r
-    http://www.FreeRTOS.org - Documentation, training, latest information, \r
-    license and contact details.\r
-    \r
-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,\r
-    including FreeRTOS+Trace - an indispensable productivity tool.\r
-\r
-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell \r
-    the code with commercial support, indemnification, and middleware, under \r
-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also\r
-    provide a safety engineered and independently SIL3 certified version under \r
-    the SafeRTOS brand: http://www.SafeRTOS.com.\r
-*/\r
+ * FreeRTOS Kernel V10.3.0\r
+ * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ *\r
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
+ * this software and associated documentation files (the "Software"), to deal in\r
+ * the Software without restriction, including without limitation the rights to\r
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
+ * the Software, and to permit persons to whom the Software is furnished to do so,\r
+ * subject to the following conditions:\r
+ *\r
+ * The above copyright notice and this permission notice shall be included in all\r
+ * copies or substantial portions of the Software.\r
+ *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+ *\r
+ * http://www.FreeRTOS.org\r
+ * http://aws.amazon.com/freertos\r
+ *\r
+ * 1 tab == 4 spaces!\r
+ */\r
 \r
 /*\r
  * THIS DEMO APPLICATION REQUIRES A LOOPBACK CONNECTOR TO BE FITTED TO THE PIC\r
  * USART PORT - connect pin 2 to pin 3 on J2.\r
  *\r
- * Instead of the normal single demo application, the PIC18F demo is split \r
- * into several smaller programs of which this is the third.  This enables the \r
- * demo's to be executed on the RAM limited 40 pin devices.  The 64 and 80 pin \r
- * devices require a more costly development platform and are not so readily \r
+ * Instead of the normal single demo application, the PIC18F demo is split\r
+ * into several smaller programs of which this is the third.  This enables the\r
+ * demo's to be executed on the RAM limited 40 pin devices.  The 64 and 80 pin\r
+ * devices require a more costly development platform and are not so readily\r
  * available.\r
  *\r
  * The RTOSDemo3 project is configured for a PIC18F452 device.  Main3.c starts\r
  * 5 tasks (including the idle task).\r
- * \r
+ *\r
  * The first task repeatedly transmits a string of characters on the PIC USART\r
  * port.  The second task receives the characters, checking that the correct\r
- * sequence is maintained (i.e. what is transmitted is identical to that \r
- * received).  Each transmitted and each received character causes an LED to \r
+ * sequence is maintained (i.e. what is transmitted is identical to that\r
+ * received).  Each transmitted and each received character causes an LED to\r
  * flash.  See demo/common/minimal/comtest. c for more information.\r
  *\r
  * The third task continuously performs a 32 bit calculation.  This is a good\r
- * test of the context switch mechanism as the 8 bit architecture requires \r
+ * test of the context switch mechanism as the 8 bit architecture requires\r
  * the use of several file registers to perform the 32 bit operations.  See\r
  * demo/common/minimal/integer. c for more information.\r
  *\r
  * The third task is the check task.  This periodically checks that the other\r
  * tasks are still running and have not experienced any errors.  If no errors\r
  * have been reported by either the comms or integer tasks an LED is flashed\r
- * with a frequency mainNO_ERROR_CHECK_PERIOD.  If an error is discovered the \r
+ * with a frequency mainNO_ERROR_CHECK_PERIOD.  If an error is discovered the\r
  * frequency is increased to mainERROR_FLASH_RATE.\r
  *\r
  * The check task also provides a visual indication of a system reset by\r
- * flashing the one remaining LED (mainRESET_LED) when it starts.  After \r
+ * flashing the one remaining LED (mainRESET_LED) when it starts.  After\r
  * this initial flash mainRESET_LED should remain off.\r
  *\r
- * http://www.FreeRTOS.org contains important information on the use of the \r
+ * http://www.FreeRTOS.org contains important information on the use of the\r
  * PIC18F port.\r
  */\r
 \r
 Changes from V2.0.0\r
 \r
        + Delay periods are now specified using variables and constants of\r
-         portTickType rather than unsigned long.\r
+         TickType_t rather than unsigned long.\r
 */\r
 \r
 /* Scheduler include files. */\r
@@ -127,17 +88,17 @@ priority. */
 /* The period between executions of the check task before and after an error\r
 has been discovered.  If an error has been discovered the check task runs\r
 more frequently - increasing the LED flash rate. */\r
-#define mainNO_ERROR_CHECK_PERIOD              ( ( portTickType ) 1000 / portTICK_RATE_MS )\r
-#define mainERROR_CHECK_PERIOD                 ( ( portTickType ) 100 / portTICK_RATE_MS )\r
+#define mainNO_ERROR_CHECK_PERIOD              ( ( TickType_t ) 1000 / portTICK_PERIOD_MS )\r
+#define mainERROR_CHECK_PERIOD                 ( ( TickType_t ) 100 / portTICK_PERIOD_MS )\r
 \r
 /* The period for which mainRESET_LED remain on every reset. */\r
-#define mainRESET_LED_PERIOD                   ( ( portTickType ) 500 / portTICK_RATE_MS )\r
+#define mainRESET_LED_PERIOD                   ( ( TickType_t ) 500 / portTICK_PERIOD_MS )\r
 \r
 /* The LED that is toggled whenever a character is transmitted.\r
 mainCOMM_TX_RX_LED + 1 will be toggled every time a character is received. */\r
 #define mainCOMM_TX_RX_LED                             ( ( unsigned portBASE_TYPE ) 2 )\r
 \r
-/* The LED that is flashed by the check task at a rate that indicates the \r
+/* The LED that is flashed by the check task at a rate that indicates the\r
 error status. */\r
 #define mainCHECK_TASK_LED                             ( ( unsigned portBASE_TYPE ) 1 )\r
 \r
@@ -149,9 +110,9 @@ error status. */
 #define mainBAUD_RATE                                  ( ( unsigned long ) 57600 )\r
 /*-----------------------------------------------------------*/\r
 \r
-/* \r
+/*\r
  * Task function which periodically checks the other tasks for errors.  Flashes\r
- * an LED at a rate that indicates whether an error has ever been detected. \r
+ * an LED at a rate that indicates whether an error has ever been detected.\r
  */\r
 static void vErrorChecks( void *pvParameters );\r
 \r
@@ -174,7 +135,7 @@ void main( void )
        vStartIntegerMathTasks( tskIDLE_PRIORITY );\r
 \r
        /* Start the check task defined in this file. */\r
-       xTaskCreate( vErrorChecks, ( const char * const ) "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
+       xTaskCreate( vErrorChecks, "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
 \r
        /* Start the scheduler.  This will never return. */\r
        vTaskStartScheduler();\r
@@ -183,7 +144,7 @@ void main( void )
 \r
 static void vErrorChecks( void *pvParameters )\r
 {\r
-portTickType xDelayTime = mainNO_ERROR_CHECK_PERIOD;\r
+TickType_t xDelayTime = mainNO_ERROR_CHECK_PERIOD;\r
 volatile unsigned long ulDummy = 3UL;\r
 \r
        /* Toggle the LED so we can see when a reset occurs. */\r
@@ -215,7 +176,7 @@ volatile unsigned long ulDummy = 3UL;
                        xDelayTime = mainERROR_CHECK_PERIOD;\r
                }\r
 \r
-               /* Flash the LED for visual feedback.  The rate of the flash will \r
+               /* Flash the LED for visual feedback.  The rate of the flash will\r
                indicate the health of the system. */\r
                vParTestToggleLED( mainCHECK_TASK_LED );\r
        }\r