]> git.sur5r.net Git - freertos/log
freertos
16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:30:29 +0000 (16:30 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@314 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove unused assignment.
richardbarry [Sun, 13 Apr 2008 16:29:40 +0000 (16:29 +0000)]
Remove unused assignment.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@313 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new QueueSendFromISR() semantics.
richardbarry [Sun, 13 Apr 2008 16:28:17 +0000 (16:28 +0000)]
Update to use new QueueSendFromISR() semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@312 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:45:58 +0000 (23:45 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@311 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:41:42 +0000 (23:41 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@310 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:34:49 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@309 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:34:13 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@308 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:32:18 +0000 (23:32 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@307 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCasting only.
richardbarry [Sat, 12 Apr 2008 23:26:44 +0000 (23:26 +0000)]
Casting only.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@306 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEfficiency improvement.
richardbarry [Sat, 12 Apr 2008 23:26:01 +0000 (23:26 +0000)]
Efficiency improvement.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@305 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate the sys tick to be more efficient.
richardbarry [Sat, 12 Apr 2008 23:25:17 +0000 (23:25 +0000)]
Update the sys tick to be more efficient.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@304 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in the configUSE_APPLICATION_TASK_HOOK macro.
richardbarry [Sat, 12 Apr 2008 09:50:30 +0000 (09:50 +0000)]
Add in the configUSE_APPLICATION_TASK_HOOK macro.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@303 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate prototypes and macros for the new xQueueSendFromISR() function and the task...
richardbarry [Sat, 12 Apr 2008 09:48:40 +0000 (09:48 +0000)]
Update prototypes and macros for the new xQueueSendFromISR() function and the task hook feature.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@302 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIntroduce the application task hook feature.
richardbarry [Sat, 12 Apr 2008 09:46:19 +0000 (09:46 +0000)]
Introduce the application task hook feature.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@301 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChange the semantics of the xQueueGenericSendFromISR() function.
richardbarry [Sat, 12 Apr 2008 09:45:02 +0000 (09:45 +0000)]
Change the semantics of the xQueueGenericSendFromISR() function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@300 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:42:35 +0000 (14:42 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@299 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:41:04 +0000 (14:41 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@298 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:38:27 +0000 (14:38 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@297 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoMinor changes to the trace macros.
richardbarry [Sun, 6 Apr 2008 09:37:26 +0000 (09:37 +0000)]
Minor changes to the trace macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@296 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdded traceTASK_SWITCHED_OUT macro.
richardbarry [Sun, 6 Apr 2008 09:36:48 +0000 (09:36 +0000)]
Added traceTASK_SWITCHED_OUT macro.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:26:51 +0000 (09:26 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@294 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:25:59 +0000 (09:25 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@293 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:25:00 +0000 (09:25 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@292 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected prototypes for newly added functions that had the 'signed' qualifier missing.
richardbarry [Sun, 6 Apr 2008 09:23:58 +0000 (09:23 +0000)]
Corrected prototypes for newly added functions that had the 'signed' qualifier missing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@291 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@290 1d2547de-c912-0410...
richardbarry [Sat, 5 Apr 2008 18:10:28 +0000 (18:10 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@290 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@289 1d2547de-c912-0410...
richardbarry [Sat, 5 Apr 2008 15:09:10 +0000 (15:09 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@289 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChanges required to build with the latest Xilinx tools.
richardbarry [Sun, 30 Mar 2008 21:18:54 +0000 (21:18 +0000)]
Changes required to build with the latest Xilinx tools.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@288 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd PPC405 port in V10.1 format.
richardbarry [Sun, 30 Mar 2008 21:15:19 +0000 (21:15 +0000)]
Add PPC405 port in V10.1 format.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@287 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove PPC files that are in the EDK V7 format.
RichardBarry [Sun, 30 Mar 2008 18:41:43 +0000 (18:41 +0000)]
Remove PPC files that are in the EDK V7 format.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@286 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoReturn the lock counts to their original intended behaviour.
RichardBarry [Sat, 29 Mar 2008 20:50:38 +0000 (20:50 +0000)]
Return the lock counts to their original intended behaviour.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@285 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoSmall mods, and update file headers. V4.8.0
richardbarry [Wed, 26 Mar 2008 13:04:38 +0000 (13:04 +0000)]
Small mods, and update file headers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@283 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate version numbers to V4.8.0
richardbarry [Tue, 25 Mar 2008 21:22:13 +0000 (21:22 +0000)]
Update version numbers to V4.8.0

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@282 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd extra const qualifiers and casts for linting purposes.
richardbarry [Tue, 25 Mar 2008 18:30:09 +0000 (18:30 +0000)]
Add extra const qualifiers and casts for linting purposes.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@280 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@279 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 13:01:33 +0000 (13:01 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@279 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrect function prototype.
richardbarry [Mon, 24 Mar 2008 13:00:38 +0000 (13:00 +0000)]
Correct function prototype.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@278 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:59:16 +0000 (12:59 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@277 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:51:24 +0000 (12:51 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@276 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:44:23 +0000 (12:44 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@275 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:43:05 +0000 (12:43 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@274 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:35:40 +0000 (12:35 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@273 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use the new port layer.
richardbarry [Mon, 24 Mar 2008 12:32:38 +0000 (12:32 +0000)]
Update to use the new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@272 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@271 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 11:51:42 +0000 (11:51 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@271 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:51:09 +0000 (11:51 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@270 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:45:23 +0000 (11:45 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@269 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:31:41 +0000 (11:31 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@268 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 10:46:56 +0000 (10:46 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@267 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@266 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 10:18:07 +0000 (10:18 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@266 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIntroduce configKERNEL_INTERRUPT_PRIORITY and make some performance optimisations.
richardbarry [Mon, 24 Mar 2008 10:17:30 +0000 (10:17 +0000)]
Introduce configKERNEL_INTERRUPT_PRIORITY and make some performance optimisations.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@265 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove the stellaris-eabi library as the none-eabi library can be used in its place.
richardbarry [Sun, 23 Mar 2008 19:04:57 +0000 (19:04 +0000)]
Remove the stellaris-eabi library as the none-eabi library can be used in its place.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@264 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@263 1d2547de-c912-0410...
richardbarry [Sun, 23 Mar 2008 18:50:13 +0000 (18:50 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@263 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@262 1d2547de-c912-0410...
richardbarry [Sun, 23 Mar 2008 17:03:16 +0000 (17:03 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@262 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@261 1d2547de-c912-0410...
richardbarry [Sun, 23 Mar 2008 17:02:24 +0000 (17:02 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@261 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@260 1d2547de-c912-0410...
richardbarry [Sun, 23 Mar 2008 17:00:08 +0000 (17:00 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@260 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd SVC handler to startup and recursive mutexes to the list of test tasks.
richardbarry [Sun, 23 Mar 2008 16:58:34 +0000 (16:58 +0000)]
Add SVC handler to startup and recursive mutexes to the list of test tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@259 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd new config options.
richardbarry [Sun, 23 Mar 2008 16:11:08 +0000 (16:11 +0000)]
Add new config options.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@258 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd new config options.
richardbarry [Sun, 23 Mar 2008 16:09:16 +0000 (16:09 +0000)]
Add new config options.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@257 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAllow test to pass when there are many other tasks in the system.
richardbarry [Sun, 23 Mar 2008 16:07:48 +0000 (16:07 +0000)]
Allow test to pass when there are many other tasks in the system.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@256 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRe-write the queue send and queue receive functions to improve their effect on interr...
richardbarry [Sun, 23 Mar 2008 16:06:45 +0000 (16:06 +0000)]
Re-write the queue send and queue receive functions to improve their effect on interrupt responsiveness.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@255 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd critical section around xTaskCheckForTimeout() as the new queue code makes a...
richardbarry [Sun, 23 Mar 2008 16:00:51 +0000 (16:00 +0000)]
Add critical section around xTaskCheckForTimeout() as the new queue code makes a call while the scheduler is not locked.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@254 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd utilities that can be used to query a queue from within an ISR.
richardbarry [Sun, 23 Mar 2008 15:58:27 +0000 (15:58 +0000)]
Add utilities that can be used to query a queue from within an ISR.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@253 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPerformance optimisation.
richardbarry [Sun, 23 Mar 2008 15:54:50 +0000 (15:54 +0000)]
Performance optimisation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@252 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPerformance optimisation.
richardbarry [Sun, 23 Mar 2008 15:53:37 +0000 (15:53 +0000)]
Performance optimisation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@251 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove absolute paths.
richardbarry [Fri, 7 Mar 2008 18:46:56 +0000 (18:46 +0000)]
Remove absolute paths.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@250 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCheck in before attempting to remove absolute paths in PPC405 project.
RichardBarry [Fri, 7 Mar 2008 18:23:27 +0000 (18:23 +0000)]
Check in before attempting to remove absolute paths in PPC405 project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@249 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoGet preeprocessor working correctly.
richardbarry [Fri, 7 Mar 2008 16:29:15 +0000 (16:29 +0000)]
Get preeprocessor working correctly.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@248 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoGet reg test tasks working correctly.
richardbarry [Fri, 7 Mar 2008 16:28:32 +0000 (16:28 +0000)]
Get reg test tasks working correctly.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@247 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRenaming .s to .S.
RichardBarry [Fri, 7 Mar 2008 13:43:27 +0000 (13:43 +0000)]
Renaming .s to .S.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@246 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd -Wall option.
richardbarry [Fri, 7 Mar 2008 11:14:18 +0000 (11:14 +0000)]
Add -Wall option.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@244 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd -Wall option.
richardbarry [Fri, 7 Mar 2008 11:13:41 +0000 (11:13 +0000)]
Add -Wall option.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@243 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIncrease baud rate to 115200.
richardbarry [Fri, 7 Mar 2008 11:13:02 +0000 (11:13 +0000)]
Increase baud rate to 115200.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@242 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd -Wall option.
richardbarry [Fri, 7 Mar 2008 11:12:17 +0000 (11:12 +0000)]
Add -Wall option.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@241 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoSmall optimisation by using constants for register addresses.
richardbarry [Fri, 7 Mar 2008 11:11:27 +0000 (11:11 +0000)]
Small optimisation by using constants for register addresses.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@240 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd extra tests into the regtest tasks.
richardbarry [Fri, 7 Mar 2008 11:10:33 +0000 (11:10 +0000)]
Add extra tests into the regtest tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@239 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoClear the interrupt prior to servicing the interrupt - previously it was the other...
richardbarry [Fri, 7 Mar 2008 11:08:10 +0000 (11:08 +0000)]
Clear the interrupt prior to servicing the interrupt - previously it was the other way around.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@238 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoComment ready for release.
richardbarry [Thu, 6 Mar 2008 20:55:49 +0000 (20:55 +0000)]
Comment ready for release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@237 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate commenting ready for release.
richardbarry [Thu, 6 Mar 2008 16:51:57 +0000 (16:51 +0000)]
Update commenting ready for release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@236 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRename PPC405 to PPC405_Xilinx.
richardbarry [Wed, 5 Mar 2008 12:31:04 +0000 (12:31 +0000)]
Rename PPC405 to PPC405_Xilinx.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@235 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRename PPC405 to PPC405_Xilinx.
richardbarry [Wed, 5 Mar 2008 12:24:31 +0000 (12:24 +0000)]
Rename PPC405 to PPC405_Xilinx.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@234 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPPC405 work in progress.
richardbarry [Wed, 5 Mar 2008 12:22:19 +0000 (12:22 +0000)]
PPC405 work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@233 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPPC405 work in progress.
richardbarry [Wed, 5 Mar 2008 12:21:46 +0000 (12:21 +0000)]
PPC405 work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@232 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPPC405 work in progress.
richardbarry [Wed, 5 Mar 2008 10:13:59 +0000 (10:13 +0000)]
PPC405 work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@231 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoModified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked...
richardbarry [Wed, 5 Mar 2008 10:13:18 +0000 (10:13 +0000)]
Modified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked, rather than just checking the stack of the calling task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@230 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoModified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked...
richardbarry [Wed, 5 Mar 2008 10:12:35 +0000 (10:12 +0000)]
Modified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked, rather than just checking the stack of the calling task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@229 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove system.log from the repository.
richardbarry [Wed, 5 Mar 2008 10:11:22 +0000 (10:11 +0000)]
Remove system.log from the repository.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@228 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPPC405 work in progress.
richardbarry [Wed, 5 Mar 2008 10:09:38 +0000 (10:09 +0000)]
PPC405 work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@227 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoNew PPC405 port files.
richardbarry [Tue, 4 Mar 2008 08:56:32 +0000 (08:56 +0000)]
New PPC405 port files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@226 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove warnings generated by new features.
RichardBarry [Mon, 3 Mar 2008 21:46:29 +0000 (21:46 +0000)]
Remove warnings generated by new features.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@225 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd stack check macros.
richardbarry [Mon, 3 Mar 2008 20:56:55 +0000 (20:56 +0000)]
Add stack check macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@224 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd trace macros.
richardbarry [Mon, 3 Mar 2008 16:32:37 +0000 (16:32 +0000)]
Add trace macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@223 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd trace macros.
richardbarry [Mon, 3 Mar 2008 16:32:05 +0000 (16:32 +0000)]
Add trace macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@222 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd vTaskEnterCritical() and vTaskExitCritical() functions.
richardbarry [Mon, 25 Feb 2008 18:54:28 +0000 (18:54 +0000)]
Add vTaskEnterCritical() and vTaskExitCritical() functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@221 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoMore work in progress (PPC).
richardbarry [Mon, 25 Feb 2008 18:53:23 +0000 (18:53 +0000)]
More work in progress (PPC).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@220 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoBasic cooperative reg test tasks working.
richardbarry [Mon, 25 Feb 2008 11:18:23 +0000 (11:18 +0000)]
Basic cooperative reg test tasks working.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@219 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoWork in progress, for backup purposes only.
richardbarry [Mon, 25 Feb 2008 09:56:56 +0000 (09:56 +0000)]
Work in progress, for backup purposes only.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@218 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd initial PPC405 files - this is a work in progress not a completed port. V4.7.2
richardbarry [Sun, 24 Feb 2008 11:42:27 +0000 (11:42 +0000)]
Add initial PPC405 files - this is a work in progress not a completed port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@216 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd PPC definition.
richardbarry [Sun, 24 Feb 2008 11:41:26 +0000 (11:41 +0000)]
Add PPC definition.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@215 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to V4.7.2.
richardbarry [Thu, 21 Feb 2008 19:45:27 +0000 (19:45 +0000)]
Update to V4.7.2.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@214 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove unused project.
richardbarry [Tue, 19 Feb 2008 12:44:08 +0000 (12:44 +0000)]
Remove unused project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@213 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIncrease stack size.
richardbarry [Sun, 17 Feb 2008 21:11:52 +0000 (21:11 +0000)]
Increase stack size.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@212 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChange stack size depending on memory model.
richardbarry [Sun, 17 Feb 2008 21:00:56 +0000 (21:00 +0000)]
Change stack size depending on memory model.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@211 1d2547de-c912-0410-9cb9-b8ca96c0e9e2