summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made a copyV5.0.3richardbarry2008-07-310-0/+0
* Add in the -fno-omit-frame-pointer compiler options as a compiler bug workaro...RichardBarry2008-07-319-2/+251
* Update to V5.0.3.richardbarry2008-07-30509-603/+615
* Add unsupported files.RichardBarry2008-07-3014-0/+20
* Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.richardbarry2008-07-305-46/+56
* Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_P...RichardBarry2008-07-302-34/+38
* Just remove a comment.richardbarry2008-07-301-9/+2
* Ensure statics are handled correctly when portREMOVE_STATIC_QUALIFIER is defi...richardbarry2008-07-301-7/+6
* Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.richardbarry2008-07-259-66/+252
* Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks.richardbarry2008-07-257-70/+296
* Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_P...richardbarry2008-07-251-1/+6
* Change ARM7 byte alignment to 8.richardbarry2008-07-255-5/+5
* Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_P...richardbarry2008-07-253-42/+39
* Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_P...richardbarry2008-07-252-82/+79
* Change projects to split the dsPIC and PIC24 taskYIELD implementations.richardbarry2008-07-162-29/+122
* Change projects to split the dsPIC and PIC24 taskYIELD implementations.richardbarry2008-07-162-1/+1
* Change projects to split the dsPIC and PIC24 taskYIELD implementations.RichardBarry2008-07-163-6/+72
* Update project to latest MPLAB version (8?).richardbarry2008-07-162-0/+83
* Update project to use the new asm file for the port yield function, and remov...richardbarry2008-07-164-10/+76
* Change capitalization of include header.richardbarry2008-07-161-1/+1
* Add the queue registry config parameter.richardbarry2008-07-161-0/+1
* asm version of the yield function. Moved from port.c.richardbarry2008-07-161-0/+130
* Removed the manual context switch from the C file, this is now in an asm file...richardbarry2008-07-161-72/+2
* Allow the static qualifier to be removed and rename a list so it does not the...richardbarry2008-07-161-7/+15
* Ensure the queue registry gets initialised.richardbarry2008-07-161-1/+1
* Correct case of include file to build on Linux.RichardBarry2008-07-112-2/+2
* Correct case of include file to build on Linux.richardbarry2008-07-111-1/+1
* Correct case of include file to build on Linux.richardbarry2008-07-111-1/+1
* Update the bInterfaceProtocol member of the descriptors to allow comms with L...richardbarry2008-06-252-3/+3
* Correct PLL setting for the defined configCPU_CLOCK_HZ setting.richardbarry2008-06-211-3/+3
* Update to V5.0.2richardbarry2008-05-3063-2381/+2111
* Update to V5.0.2richardbarry2008-05-3087-87/+87
* Update to V5.0.2richardbarry2008-05-3075-75/+76
* Update to V5.0.2richardbarry2008-05-30109-766/+775
* Update to V5.0.2richardbarry2008-05-3051-51/+51
* Update to V5.0.2richardbarry2008-05-30120-415/+416
* Add new PPC405 demo.richardbarry2008-05-2554-0/+21863
* Remove old PPC port.richardbarry2008-05-2568-22860/+0
* Add -fno-strict-aliasingrichardbarry2008-05-241-1/+1
* Add usage of portREMOVE_STATIC_QUALIFIER.RichardBarry2008-05-243-1/+18
* Add usage of portREMOVE_STATIC_QUALIFIER.RichardBarry2008-05-241-1/+8
* Remove static qualifier from queue registry.RichardBarry2008-05-241-1/+1
* Tidy up ready for release.richardbarry2008-05-242-2/+2
* Add queue registry code.richardbarry2008-05-233-2/+116
* Add #define configQUEUE_REGISTRY_SIZE 0richardbarry2008-05-231-0/+1
* Add #define configQUEUE_REGISTRY_SIZE 0RichardBarry2008-05-231-0/+1
* Fix warnings that the latest GCC version spits out.richardbarry2008-05-233-3/+4
* Add in #define configQUEUE_REGISTRY_SIZE 0richardbarry2008-05-232-1/+2
* Add in example vQueueAddToRegistry() calls.richardbarry2008-05-2311-1325/+1437
* Add IntQ tests.richardbarry2008-05-233-88/+144