summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)V7.5.0Richard Barry2013-07-190-0/+0
* Tidy up pre-processor as final act before tagging as V7.5.0Richard Barry2013-07-191-1/+1
* Changes to comments only.Richard Barry2013-07-191-16/+26
* Rename xTaskGetSystemState() uxTaskGetSystemState().Richard Barry2013-07-1847-78/+79
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...Richard Barry2013-07-1845-50/+50
* Minor updates and change version number for V7.5.0 release.Richard Barry2013-07-171085-42942/+29319
* Correct compiler warnings in trace recorder code.Richard Barry2013-07-163-3/+6
* Remove large and unnecessary .docx files.Richard Barry2013-07-163-0/+0
* Update FreeRTOS+Trace recorder code.Richard Barry2013-07-1614-160/+181
* Linting and MISRA checkingRichard Barry2013-07-1511-210/+251
* Tidy up comments only.Richard Barry2013-07-142-5/+1
* Variable name change in the PIC32 port layer only.Richard Barry2013-07-141-4/+4
* Update PIC32 serial.c slightly to add volatile qualifier and update to coding...Richard Barry2013-07-141-8/+17
* Update doxygen comments.Richard Barry2013-07-134-23/+31
* Fix compiler warning.Richard Barry2013-07-131-1/+1
* Update Cortex-M MPU version to include new API functions.Richard Barry2013-07-134-4/+33
* Update RX ports to only include additional check on the existing IPL (so it i...Richard Barry2013-07-138-109/+111
* Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.Richard Barry2013-07-121-14/+39
* Update compiler version and add configASSERT() to PIC32 MPLAB X project.Richard Barry2013-07-129-83/+103
* Kernel optimisations.Richard Barry2013-07-125-204/+222
* Add comments to the portASSERT_IF_INTERRUPT_PRIORITY_INVALID() calls in the c...Richard Barry2013-07-112-0/+76
* Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX c...Richard Barry2013-07-117-22/+74
* Remove commented out code.Richard Barry2013-07-101-2/+0
* Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports...Richard Barry2013-07-0911-17/+13
* Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks ...Richard Barry2013-07-095-201/+372
* Correct comment only.Richard Barry2013-07-041-2/+2
* Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...Richard Barry2013-07-0415-7/+748
* Remove compiler warnings.Richard Barry2013-07-023-15/+20
* Remove compiler warnings.Richard Barry2013-07-023-23/+22
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...Richard Barry2013-07-025-2/+26
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...Richard Barry2013-07-0240-1/+231
* Add new xTaskGetSystemState() API function to return raw data on each task in...Richard Barry2013-07-023-271/+499
* Add additional comment only.Richard Barry2013-07-011-0/+3
* Add the queue overwrite demo to the RZ demo.Richard Barry2013-07-018-35/+50
* Refine the default tickless idle implementation in the Cortex-M3 port layers.Richard Barry2013-06-306-246/+273
* Update Win32 MSVC demo to include a simple blinky build option. The demo as ...Richard Barry2013-06-286-349/+846
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().Richard Barry2013-06-284-7/+96
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...Richard Barry2013-06-275-13/+165
* Add xQueueOverwrite() and a common demo task to demonstrate its use.Richard Barry2013-06-278-74/+491
* Add Newlib reent support.Richard Barry2013-06-262-0/+27
* Improve efficiency and behaviour of vListInsertEnd().Richard Barry2013-06-262-25/+20
* Remove reliance on strncpy() function.Richard Barry2013-06-251-6/+17
* Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.Richard Barry2013-06-2512-49/+4
* Slight correction to coding standard in heap_2.c and heap_4.c.Richard Barry2013-06-252-2/+2
* Improve efficiency of memory allocation when the memory block is already alig...Richard Barry2013-06-252-2/+2
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...Richard Barry2013-06-254-81/+101
* Replace the #define that maps the uxRecursiveCallCount to the pcReadFrom poin...Richard Barry2013-06-241-34/+48
* Update trace recorder code in the LPC18xx project.Richard Barry2013-06-237-34/+1014
* Remove old trace recorder source from LPC18xx project.Richard Barry2013-06-2315-6391/+0
* Split the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen lib...Richard Barry2013-06-236-0/+1158