Richard Barry
26dbc85c7c
Added INCLUDE_xQueueGetMutexHolder macro.
...
Removed the "-rc1" that was accidentally left on the version number of some Win32 port files.
Changed the behaviour of xQueueGenericReset() so queues can be reset when tasks are blocked on them.
2012-05-17 08:22:27 +00:00
Richard Barry
9f0069690c
Prepare for FreeRTOS V7.1.1 tag.
2012-05-08 16:36:52 +00:00
Richard Barry
bbbdd9c393
Change the Win32 port layer so it doesn't use the traceTASK_DELETE macro, but instead the new portCLEAN_UP_TCB macro.
2012-04-24 13:09:22 +00:00
Richard Barry
e3276fc282
Change version numbers to V7.1.0.
2011-12-13 16:24:24 +00:00
Richard Barry
cc61126025
Update headers for the FreeRTOS V7.0.2 release.
2011-09-20 18:22:39 +00:00
Richard Barry
f5a6b610e1
Update version number to V7.0.1.
2011-05-13 18:31:12 +00:00
Richard Barry
89bf1cf24f
Update headers for Version 7.0.0 release.
2011-04-08 18:30:58 +00:00
Richard Barry
3f10f92340
Correct the configUSE_16_BIT_TICKS usage in the Win32 simulator port layer.
2011-02-28 16:12:55 +00:00
Richard Barry
96ab89d253
Update to V6.1.1
2011-01-14 20:22:24 +00:00
Richard Barry
5347d4fa8f
Change the terminology from 'pseudo' to 'simulated' in the Win32 port layer.
2010-12-08 17:10:25 +00:00
Richard Barry
ab9bf58818
Win32 port:
...
Separate out the interrupt handlers into separate functions so they can be installed into the array of interrupt handlers.
Reverse the priorities of the pseudo interrupt handler and tick generate threads so the extra hand shaking event can be removed.
2010-11-22 10:38:43 +00:00
Richard Barry
0ecde20ab3
Lowered the thread priorities used by the Win32 port, and added in a method to delete tasks in the Win32 port.
2010-11-22 09:52:36 +00:00
Richard Barry
9a0b608591
Start of new Win32 emulator project. Currently working but not well tested, and does not include a method for shutting down the generated processes.
2010-11-14 21:01:50 +00:00