Commit Graph

57 Commits (1e95bfc6b660fb394e9d7f25a5041857d6917e4b)

Author SHA1 Message Date
Richard Barry 95189f40d2
Richard Barry babd7f05f7 Remove obsolete code.
Richard Barry 125a9ef81d Correct cut and paste asm code.
Richard Barry 61efe2504c Revert critical section handling back to the original method.
Richard Barry 991624461f Revert to original critical section handling method.
Richard Barry f44fc2c665 Change to use the configKERNEL_INTERRUPT_PRIORITY setting.
Richard Barry 5a418b56fa Tidy up - spell check.
Richard Barry 97bee57daa Work in progress still.
Richard Barry 0faf33fbca Work in progress.
Richard Barry bdea62587e Work in progress.
Richard Barry 35afa63a47 Add Fujitsu 16bit port files.
Richard Barry 7e5450acd1 Change the critical section handling (Fujitsu 32bit port).
Richard Barry 7e6a2b0bd5 Update Fujitsu port files - work in progress.
Richard Barry eed758709c Add MB91460 port and demo files.
Richard Barry e6e5add7d8 Remove obsolete comment.
Richard Barry c86dcf7826 Update to V4.7.1
Richard Barry dfb8e7003b Prepare for V4.7.1 release.
Richard Barry 3c02bc385b Remove .bak files.
Richard Barry 44911a1c48 Update to V4.7.0.
Richard Barry 8603259d40 Add first version of alternative API.
Richard Barry 2931f43895 Missing PIC32 files.
Richard Barry d69d2df8d6 Counting semaphore demo added.
Richard Barry 620d3999ef Update to V4.6.1 - including PIC32MX port.
Richard Barry 0a9c978f18 Changes between V4.5.0 and V4.6.0 released October 28 2007
+ Changed the method used to force a context switch within an ISR for the
	  ARM7/9 GCC ports only.  The portENTER_SWITCHING_ISR() and 
	  portEXIT_SWITCHING_ISR() macros are no longer supported.  This is to 
	  ensure correct behaviour no matter which GCC version is used, with or
	  without the -fomit-frame-pointer option, and at all optimisation levels.
	+ Corrected the prototype for xQueueGenericSend() within queue.h.
Richard Barry ada7fa862d Changed the way the ARM7/9 GCC ports enter interrupts that can cause a context switch.
Richard Barry a3921adfe1 + The macro portENTER_SWITCHING_ISR() no longer attempts to use the frame pointer. Variables declared within ISRs must now be declared static.
Richard Barry 98a9959a44 Update to V4.5.0 files and directory structure.
Richard Barry 60338bd872 Added xQueueSendToBack, xQueueSendToFront, xQueuePeek and xSemaphoreCreateMutex - along with GenQTest.c to demonstrate their usage.
Richard Barry 15268bfbeb Update to V4.4.0.
Richard Barry 94c94d3c0e Updated AVR32 demos and added AVR32 UC3B demo.
Richard Barry 68a1ab1d04 Update in preparation for the V4.3.1 release.
Richard Barry 623aa3675f Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt
Richard Barry 5a3272cdca Accomodates wizC V14.00B and up with full optimisations.
Thanks Marcel.
Richard Barry b36ba44e0d Add LPC2368 demo.
Richard Barry 0a6d59a611 V4.2.1 files.
Richard Barry 504382bcb8 Add AVR32 port and demo files.
Richard Barry 17228aca47 Add an option for 8 byte alignment.
Richard Barry 712bfdf9d2 Update version number to V4.2.0.
Richard Barry 3e92d8aca0 Updated version numbers to V4.1.3.
Richard Barry 09969dc53e Slight mods to comments in STR75X GCC port and demo files.
Richard Barry 6ac900dc95 First version of STR75x RIDE port and demo.
Richard Barry 6456c000bd
Richard Barry 3021b1acc8 Change version numbers to V4.1.2
Richard Barry 3878b82c9b Add PIC24, dsPIC and Coldfire files.
Richard Barry 5561c55286 Update version number to V4.1.1.
Richard Barry 7508aa6219 Added the PRESERVE8 directive to all asm functions.
Richard Barry 155d8d1828 Update to V4.1.0.
Richard Barry 7c183b2f1c Add in the critical nesting save and restore.
Richard Barry 97a570fa10 Changes to the AVR demo's. IAR demo updated with new critical section method.
Richard Barry b7199e5967 Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode.