summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update RX600 blinky build configuration to include missing linker section.richardbarry2013-09-024-319/+318
* Continue work on XMC1000 demos.richardbarry2013-09-0114-47/+233
* Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.richardbarry2013-09-019-102/+146
* Add additional configASSERTS() to some standard demo tasks.richardbarry2013-09-013-52/+132
* Rename CORTEX_M)_Infineion_Boot_Kits_IAR_Keil to CORTEX_M0_Infineon_XMC1000_I...richardbarry2013-08-3139-108/+2
* Add a GCC project to the the XMC1000 demo directory.richardbarry2013-08-3124-307/+1416
* Move files common to IAR and Keil projects from compiler specific directories...richardbarry2013-08-3113-114/+363
* Continue work on Get clock settings in Keil and IAR XMC1000 demo working.richardbarry2013-08-3120-106/+11207
* Continue work on XCM1200 Keil demo.richardbarry2013-08-3011-110/+1181
* Create full Keil project for XMC boot kit (not yet tested).richardbarry2013-08-255-163/+334
* Starting point for XMC1000 Keil demo.richardbarry2013-08-2511-0/+2738
* Starting point for Keil Cortex-M0 port.richardbarry2013-08-252-0/+453
* Convert double quotes in a command help string to single quotes to allow the ...richardbarry2013-08-161-1/+1
* Fix a few typos and remove the "register" keyword.richardbarry2013-08-166-8/+8
* Allow compilation when portALT_GET_RUN_TIME_COUNTER_VALUE() is defined.richardbarry2013-08-141-4/+8
* Update version numbers.richardbarry2013-07-2439-39/+39
* Add additional critical section to the default tickless implementations.richardbarry2013-07-241098-1150/+1162
* Update version number.richardbarry2013-07-231037-1039/+1039
* Void a few unused return values and make casting more C++ friendly.richardbarry2013-07-234-11/+11
* Update the header file included in the PIC32 port_asm.S file to use the heade...richardbarry2013-07-231-3/+3
* Update the Cortex-M vPortValidateInterruptPriority() implementation to ensure...richardbarry2013-07-236-161/+311
* Remove duplicate definition from FreeRTOSConfig.h.richardbarry2013-07-231-2/+0
* Tidy up pre-processor as final act before tagging as V7.5.0richardbarry2013-07-191-1/+1
* Changes to comments only.richardbarry2013-07-191-16/+26
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-1847-78/+79
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...richardbarry2013-07-1845-50/+50
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-171085-42942/+29319
* Correct compiler warnings in trace recorder code.richardbarry2013-07-163-3/+6
* Remove large and unnecessary .docx files.richardbarry2013-07-163-0/+0
* Update FreeRTOS+Trace recorder code.richardbarry2013-07-1614-160/+181
* Linting and MISRA checkingrichardbarry2013-07-1511-210/+251
* Tidy up comments only.richardbarry2013-07-142-5/+1
* Variable name change in the PIC32 port layer only.richardbarry2013-07-141-4/+4
* Update PIC32 serial.c slightly to add volatile qualifier and update to coding...richardbarry2013-07-141-8/+17
* Update doxygen comments.richardbarry2013-07-134-23/+31
* Fix compiler warning.richardbarry2013-07-131-1/+1
* Update Cortex-M MPU version to include new API functions.richardbarry2013-07-134-4/+33
* Update RX ports to only include additional check on the existing IPL (so it i...richardbarry2013-07-138-109/+111
* Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.richardbarry2013-07-121-14/+39
* Update compiler version and add configASSERT() to PIC32 MPLAB X project.richardbarry2013-07-129-83/+103
* Kernel optimisations.richardbarry2013-07-125-204/+222
* Add comments to the portASSERT_IF_INTERRUPT_PRIORITY_INVALID() calls in the c...richardbarry2013-07-112-0/+76
* Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX c...richardbarry2013-07-117-22/+74
* Remove commented out code.richardbarry2013-07-101-2/+0
* Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports...richardbarry2013-07-0911-17/+13
* Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks ...richardbarry2013-07-095-201/+372
* Correct comment only.richardbarry2013-07-041-2/+2
* Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...richardbarry2013-07-0415-7/+748
* Remove compiler warnings.richardbarry2013-07-023-15/+20
* Remove compiler warnings.richardbarry2013-07-023-23/+22