summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Remove maths library dependency form SAMD20 project.richardbarry2013-10-141-5/+0
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2066 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-14880-883/+1742
| | | | | | | Update FreeRTOS+CLI version number to V1.0.2 Update FreeRTOS+UDP version number to V1.0.1 git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2065 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Complete XMC4000 Tasking project.richardbarry2013-10-142-2/+12
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2062 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Fix broken link in Atmel Studio SAMD20 project.richardbarry2013-10-122-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2061 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Increase minimal stack size for the SAMD20 demo.richardbarry2013-10-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2060 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Complete tidy up of SAMD20 demo.richardbarry2013-10-094-23/+62
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2059 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Complete SAMD20 demo - still needs tidy up.richardbarry2013-10-0814-26/+1249
| | | | | | | Add comments to the XMC1000 reg test files. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2058 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Clear up a few compiler warnings.richardbarry2013-10-074-42/+118
| | | | | | | | | | | | | Correct header comments in the UARTCommandConsole.c file used in the SmartFusion2 demo. Exercise the new xQueueSpacesAvailable() function in the MSVC demo. Add defaults for the new traceMALLOC and traceFREE trace macros. Catch tasks trying to exit their functions in the Cortex-M0 ports. Add additional comments to timers.c in response to a support forum question. Initialise _impure_ptr prior to the first task being started. Prior to V7.5.0 a yield pended in the tick hook would have occurred during the same tick interrupt. Return pdTRUE from xTaskIncrementTick() if a yield is pending to revert to that behaviour. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2051 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Complete CLI demo on SAMD20.richardbarry2013-10-033-6/+105
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2048 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Get CLI functioning in SAMD20 demo.richardbarry2013-10-026-72/+868
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2047 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Starting point for the SAMD20 demo.richardbarry2013-10-02143-0/+57627
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2046 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 GCC demos.richardbarry2013-10-015-17/+25
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2045 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 IAR demos.richardbarry2013-10-018-514/+530
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2044 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 Keil demos.richardbarry2013-10-016-36/+39
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2043 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add the configUSE_STATS_FORMATTING_FUNCTIONS parameter to a couple of ↵richardbarry2013-09-172-4/+12
| | | | | | FreeRTOSConfig.h header files that got missed out when the parameter was introduced. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2042 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove the math library as a build dependency in the SAM4L demo.richardbarry2013-09-171-221/+247
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2041 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Move the #error message about running the CreateProjectDirectoryStructure ↵richardbarry2013-09-104-16/+16
| | | | | | batch file from FreeRTOSConfig.h to main.c so it shows when the batch file has not been executed (XMC4000 Dave and Tasking projects). git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2040 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Make self monitoring in QueueSet.c more robust to prevent false positives.richardbarry2013-09-101-34/+24
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2038 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Enable RX62N_RDK project to build with the blink configuration.richardbarry2013-09-102-7/+5
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2037 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add #error into Tasking project to remind users that they need to run the ↵richardbarry2013-09-102-2/+4
| | | | | | CreateProjectDirectoryStructure batch file. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2036 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update Keil XMC1000 to later version.richardbarry2013-09-106-67/+160
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2035 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC1000 GCC demos.richardbarry2013-09-1013-5/+683
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2034 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC1000 IAR demos.richardbarry2013-09-1021-99/+14564
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2033 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC1000 Keil demos.richardbarry2013-09-109-98/+726
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2032 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 Dave/GCC demos.richardbarry2013-09-095-27/+36
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2031 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 Keil demos.richardbarry2013-09-098-67/+72
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2030 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Finalise XMC4000 IAR demos.richardbarry2013-09-0913-32/+415
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2029 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add build configurations for the XMC4400 and XMC4200 to the Tasking demo ↵richardbarry2013-09-0511-62/+399
| | | | | | project. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2028 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update XMC4000 tasking project to use latest system files.richardbarry2013-09-0512-309/+2263
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2027 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Rename directories with XMC4500 in their name that now contain XMC4200 and ↵richardbarry2013-09-0410-0/+0
| | | | | | XMC4000 build configurations to instead say XMC4000. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2026 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Rename directories with XMC4500 in their name that now contain XMC4200 and ↵richardbarry2013-09-0441-0/+0
| | | | | | XMC4000 build configurations to instead say XMC4000. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2025 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Reworked XMC4500 IAR project to use latest system files and include build ↵richardbarry2013-09-0433-22470/+53419
| | | | | | configurations for the XMC4200 and XMC4400 parts. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2024 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add XMC4200 and XMC4400 build configurations to the XMC4000 Dave project.richardbarry2013-09-0419-3341/+50256
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2023 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add Dave project for the XMC4500.richardbarry2013-09-0414-0/+6481
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2022 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update the Keil XMC4500 demo project to include build configurations for the ↵richardbarry2013-09-0315-960/+5698
| | | | | | XMC4200 and XMC4400 application boards. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2021 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Make the QueueSet.c standard demo task a little friendlier to lower priority ↵richardbarry2013-09-022-23/+88
| | | | | | | | tasks. Allow the priority of the controlling task in the recmutex.c standard demo tasks to be overridden by a setting in FreeRTOSConfig.h. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2020 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add a build configuration for the XMC1100 boot kit.richardbarry2013-09-0215-42/+3524
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2019 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update RX600/Renesas compiler build configurations to use the latest ↵richardbarry2013-09-022-267/+267
| | | | | | compiler version. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2018 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update RX600 blinky build configuration to include missing linker section.richardbarry2013-09-024-319/+318
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2017 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Continue work on XMC1000 demos.richardbarry2013-09-0114-47/+233
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2016 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add additional configASSERTS() to some standard demo tasks.richardbarry2013-09-013-52/+132
| | | | | | Use own rand() function in QueueSet.c to prevent library versions being referenced. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2014 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Rename CORTEX_M)_Infineion_Boot_Kits_IAR_Keil to ↵richardbarry2013-08-3139-108/+2
| | | | | | CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC as it now contains projects for all three compilers. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2013 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add a GCC project to the the XMC1000 demo directory.richardbarry2013-08-3124-307/+1416
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2012 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Move files common to IAR and Keil projects from compiler specific ↵richardbarry2013-08-3113-114/+363
| | | | | | directories under the XMC demo directory into the XMC demo directory itself. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2011 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Continue work on Get clock settings in Keil and IAR XMC1000 demo working.richardbarry2013-08-3120-106/+11207
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2010 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Continue work on XCM1200 Keil demo.richardbarry2013-08-3011-110/+1181
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2009 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Create full Keil project for XMC boot kit (not yet tested).richardbarry2013-08-255-163/+334
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2008 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Starting point for XMC1000 Keil demo.richardbarry2013-08-2511-0/+2738
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2007 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Fix a few typos and remove the "register" keyword.richardbarry2013-08-162-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2004 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add additional critical section to the default tickless implementations.richardbarry2013-07-24858-859/+859
| | | | | | Update version number for maintenance release. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1998 1d2547de-c912-0410-9cb9-b8ca96c0e9e2