summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo
Commit message (Collapse)AuthorAgeFilesLines
...
* Update version number.richardbarry2013-07-23829-830/+830
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1996 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove duplicate definition from FreeRTOSConfig.h.richardbarry2013-07-231-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1992 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-1838-38/+38
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1988 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS ↵richardbarry2013-07-1838-38/+38
| | | | | | to configUSE_STATS_FORMATTING_FUNCTIONS. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1987 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-17845-34181/+22948
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1986 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove large and unnecessary .docx files.richardbarry2013-07-163-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1984 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update PIC32 serial.c slightly to add volatile qualifier and update to ↵richardbarry2013-07-141-8/+17
| | | | | | coding standard. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1979 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Fix compiler warning.richardbarry2013-07-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1977 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update compiler version and add configASSERT() to PIC32 MPLAB X project.richardbarry2013-07-129-83/+103
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1973 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove commented out code.richardbarry2013-07-101-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1969 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Correct comment only.richardbarry2013-07-041-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1966 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove compiler warnings.richardbarry2013-07-022-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1964 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove compiler warnings.richardbarry2013-07-023-23/+22
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1963 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ↵richardbarry2013-07-0240-1/+231
| | | | | | to FreeRTOS demo application that make use of vTaskStats() or vTaskGetRunTimeStats(). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1961 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add the queue overwrite demo to the RZ demo.richardbarry2013-07-018-35/+50
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1958 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update Win32 MSVC demo to include a simple blinky build option. The demo as ↵richardbarry2013-06-286-349/+846
| | | | | | it was is now the "full/comprehensive" build option. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1956 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().richardbarry2013-06-281-1/+8
| | | | | | Default new QueuePeekFromISR() trace macros. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1955 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate ↵richardbarry2013-06-273-12/+85
| | | | | | its use. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1954 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-275-64/+379
| | | | | | Update MSVC Win32 demo to include the xQueueOverwrite() common demo tasks. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1953 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to ↵richardbarry2013-06-252-38/+46
| | | | | | | | | | use the free running Cortex-M cycle counter in place of the systick. Correct the run-time stats counter implementation in the RZ demo. Guard against run time counters going backwards in tasks.c. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1946 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add extra debug comment into list.c.richardbarry2013-06-231-0/+1304
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1939 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add retarget.c to RVDS project to ensure semihosting is not used.richardbarry2013-06-205-8/+152
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1938 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* RZ RVDS and IAR projects.richardbarry2013-06-2087-0/+37133
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1935 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update RX100 project to e2studio V2 format.richardbarry2013-06-112-120/+126
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1931 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Improve the error detection in some of the standard demo tasks.richardbarry2013-06-113-111/+134
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1930 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add MPLAB X project for PIC24.richardbarry2013-06-0816-0/+839
| | | | | | Remove PIC24 demo warnings when XC16 is used as the compiler. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1926 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update include paths in Rowley MSP430 project file.richardbarry2013-06-072-47/+51
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1925 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add UV4 project to old RVDS LPC2129 UV2 directory.richardbarry2013-06-072-0/+1653
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1924 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update ports that have their tick configuration in an application callback ↵richardbarry2013-06-074-36/+16
| | | | | | to use xTaskIncrementTick() in place of vTaskIncrementTick(). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1923 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to ↵richardbarry2013-06-075-62/+42
| | | | | | | | | allow the user to define functions that will execute in privileged mode. Update the Rowley MPU demo to use a version of debug_printf that runs in privileged mode to get around the problem of the RAM it uses not being under the control of the kernel. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1918 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Ensure RM48 demo compiles in co-operative mode.richardbarry2013-06-061-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1912 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in ↵richardbarry2013-06-061-12/+7
| | | | | | place of vTaskIncrementTick(). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1911 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Tidy up the comments and use of static function prototypes in the ↵richardbarry2013-06-061-7/+14
| | | | | | SAM4L_low_power_tick_management.c implementation. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1910 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Place DSB instruction before WFI instruction in EFMG890F128 demo.richardbarry2013-06-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1909 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update the standard Win32 demo to use the latest version of the trace ↵richardbarry2013-06-056-182/+327
| | | | | | recorder code. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1908 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.richardbarry2013-05-19101-45479/+23
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1901 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Ensure the SmartFusion2 interrupt driven UART drivers are not passed a zero ↵richardbarry2013-05-142-11/+14
| | | | | | length buffer. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1897 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Move SmartFusion configuration options into FreeRTOSConfig.h.richardbarry2013-05-136-23/+44
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1896 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Rename the SmartFusion2 demo directory.richardbarry2013-05-1372-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1895 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Combine the SmartFusion2 starter kit and development kits demos into a ↵richardbarry2013-05-1372-120310/+22
| | | | | | single directory. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1894 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update SmartFustion2 starter kit partest.c.richardbarry2013-05-122-9/+5
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1893 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add SmartFusion2 demo for the SmartFustion2 development kit.richardbarry2013-05-1268-0/+77087
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1892 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Convert SmartFusion2 CLI to use the interrupt UART driver functions instead ↵richardbarry2013-05-127-112/+222
| | | | | | of the polled UART driver functions. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1891 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* SmartFusion2 CLI working with polled UART, about to convert to interrupt ↵richardbarry2013-05-107-75/+81
| | | | | | driven UART. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1890 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update comments in Atmel Studio CreateProjectDirectoryStructure.bat files to ↵richardbarry2013-05-094-44/+27
| | | | | | | | remove references to replace references to Eclipse with references to Atmel Studio. Update the tickless idle implementations that use up counters for tick interrupt generate to ensure they remain in low power mode for the desired time instead of one tick less than the desired time. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1888 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update flop.c and FreeRTOS.h to include a macro (and a default null ↵richardbarry2013-05-091-0/+20
| | | | | | implementation of the macro) that enables the flop tasks to register their need for a floating point context with the kernel. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1887 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update Win32 simulator so it references the FreeRTOS+Trace code from the ↵richardbarry2013-05-092-17/+17
| | | | | | updated FreeRTOS+ directory structure. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1886 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* SmartFusion2: Change linker file to run from NVM. Add in FreeRTOS+CLI and ↵richardbarry2013-05-0721-37/+2382
| | | | | | FreeRTOS+FAT SL demo. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1885 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Blinky and full demos working on SmartFusion2.richardbarry2013-05-0611-69/+4445
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1884 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Starting point for SmartFustion2 starter kit demo.richardbarry2013-05-0548-0/+67678
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1883 1d2547de-c912-0410-9cb9-b8ca96c0e9e2