summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V10.0.1@2525 1d2547de...V10.0.1rtel2017-12-200-0/+0
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181596-4759/+3167
* Update license information text files for the CLI, TCP and UDP products to be...rtel2017-12-133-7/+57
* FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration optio...rtel2017-12-1210-81/+174
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291862-205598/+68775
* Add missing +TCP code.rtel2017-08-1718-499/+11693
* Added +TCP code to main repo.rtel2017-08-17114-446/+46629
* Update TriCore port to work with latest GCC compiler.rtel2017-08-093-11/+11
* Update trace recorder source to fix some compile time warnings.rtel2017-06-0121-5935/+3
* Add MSVC .vs directory to keep the IDE's windows layout.rtel2017-06-011-0/+0
* Correct long time mis-spelled portINITIAL_EXEC_RETURN to portINITIAL_EXC_RETURNrtel2017-05-3016-68/+68
* Update linker script so main stack starts on 8-byte alignment.rtel2017-05-301-1/+1
* Update IAR project for MSP432 to IAR version 8.11.rtel2017-05-305-117/+90
* FreeRTOS.h changes to go with the last tasks.c checkin.rtel2017-05-291-0/+4
* Remove obsolete code from prvCheckTasksWaitingTermination().rtel2017-05-292-26/+19
* Fix typo in comment that got copied into multiple main.c file.srtel2017-05-294-12/+12
* Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the lat...rtel2017-05-299-488/+595
* Update the MSVC and MingW demos to use the latest FreeRTOS+Trace recorder lib...rtel2017-05-2913-919/+1194
* Update to the latest trace recorder library.rtel2017-05-2934-6229/+12895
* Remove configurations other than 'debug' from the Win32 demo.rtel2017-05-072-133/+5
* Cosmetic changes only.rtel2017-04-266-59/+59
* Updated name of CORTEX_MPU_CEC_MEC_17xx_Keil_GCC to CORTEX_MPU_CEC_MEC_17xx_5...rtel2017-04-2043-0/+0
* Added traceQUEUE_CREATE_FAILED() trace macros into the queue create functions.rtel2017-04-101-0/+8
* Add more "memory" clobbers into the MPU ports to make them robust to more agg...rtel2017-04-102-47/+93
* Add more "memory" clobbers into asm code of GCC/ARM_CRx_No_GIC port to make i...rtel2017-04-102-6/+6
* Updates to prevent warnings when compiled with LLVM.rtel2017-04-104-25/+79
* Ensure the PIC32 interrupt stack is 8 byte aligned for all values of configIS...rtel2017-04-094-8/+14
* PIC32MZ project using later MPLAB X tools.rtel2017-04-096-103/+111
* Change name of the CEC and MEC directory to CORTEX_CEC_MEC_17xx_51xx_Keil_GCC...rtel2017-04-0483-0/+0
* Change name of the CEC and MEC directory to CORTEX_MPU_CEC_MEC_17xx_51xx_Keil...rtel2017-04-0443-0/+0
* Updates to the Cortex-M tickless idle code to reduce clock slippage.rtel2017-03-2816-516/+697
* Enable button interrupts in the MSP432 demos in order to test code paths when...rtel2017-03-282-2/+44
* Ensure vTaskGetInfo() sets the sate of the currently running task to eRunning...rtel2017-03-271-23/+30
* Maintenance on MSP432 demo.rtel2017-03-099-7961/+9332
* Housekeeping check-in, no code changes.rtel2017-03-0822-22/+22
* Add CEC and MEC 17xx demo that is completely statically allocated. NOT FULLY...rtel2017-03-0840-0/+16555
* Add additional memory barriers into ARM GCC asm code to ensure no re-ordering...rtel2017-03-0716-98/+100
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...rtel2017-02-246-10/+33
* Add SimpleLink CC3220SF demo.rtel2017-02-24138-0/+75502
* Update Reliance Edge fail safe file system to the latest version.rtel2017-01-2430-5544/+5877
* Update version number in preparation for maintenance release.rtel2017-01-221369-1394/+1395
* Update UltraScale R5 hardware definition and BSP for 2016.4 SDK tools.rtel2017-01-2111-2971/+10914
* Update Zynq MPSoC hardware definition and BSP files to be those shipped with ...rtel2017-01-19229-5051/+19067
* Update BSP source files for UltraScale Cortex-A53 and Cortex-R5 and Microblaz...rtel2017-01-19267-2156/+8326
* Correct alignment issue in GCC and RVDS Cortex-A9 port that was preventing fu...rtel2017-01-1822-309/+78
* Enhanced priority dis-inheritance functionality in the case where a task that...rtel2017-01-167-52/+521
* Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_G...rtel2017-01-0944-1/+4
* Change how volatile is used in some of the standard demos to remove compiler ...rtel2017-01-045-17/+18
* Increase the priority of the Windows threads used by the FreeRTOS Windows por...rtel2017-01-042-45/+49
* Add MPU project for multiple MEC17xx devices.rtel2016-12-1143-0/+19030