2fc4e89b98
Add in interrupt nesting test.
2014-01-30 14:45:48 +00:00
d898d16c44
Check in working IntQueueTimer.c for Zynq before overhauling to ensure it conforms to the FreeRTOS style and coding standard.
2014-01-30 12:09:32 +00:00
6c72f470ac
Update Zynq serial.c to be interrupt driven.
2014-01-29 15:20:34 +00:00
d310ac4552
Add very basic serial CLI to the Zynq demo - needs a lot of tidy up yet!
2014-01-28 17:41:28 +00:00
51ea2639a9
vQueueAddToRegistry() now takes a const char * instead of a char *.
...
tmrCOMMAND_CHANGE_PERIOD_FROM_ISR constant added for the "FromISR" version of the software timer change period API function.
2014-01-28 12:32:03 +00:00
0bf2e615b2
Uncheck the "Do not search standard system directories for header files" compiler option in two RX600 project to ensure stdint.h can be found correctly.
2014-01-27 10:33:57 +00:00
6130fec60e
Introduce xTimerPendFunctionCall().
...
Change INCLUDE_xTimerPendFunctionCallFromISR to INCLUDE_xTimerPendFunctionCall
Update event group trace macros to match the new trace recorder code.
Ensure parameter name consistency by renaming any occurrences of xBlockTime and xBlockTimeTicks to xTicksToWait.
Continue work on GCC/RL78 port - still a work in progress.
Adjust how the critical section was used in xQueueAddToSet.
2014-01-25 17:01:41 +00:00
e4f495012f
Fixes to FreeRTOS+UDP trace macro parameters and placements.
2014-01-25 09:50:28 +00:00
888733ef79
Add main_full.c to Zynq demo. Still a work in progress.
2014-01-24 17:11:22 +00:00
b352be2e23
Tidy up GCC Cortex-A port layer - still a work in progress.
2014-01-24 17:09:31 +00:00
14f895478d
Continue work on GCC/Cortex-A port layer.
2014-01-24 13:27:56 +00:00
4c9b5d88ae
Continue Zynq demo - ParTest.c now working (with single LED), but still very much a work in progress.
2014-01-24 13:27:01 +00:00
1e26b1875f
Remove #error that attempted to catch stdint.h not being included.
...
Split the previously overloaded trmCOMMAND_nnn definitions into individual definitions to enable better logging.
2014-01-23 14:51:53 +00:00
d0323e67ae
Continue working on GCC/CA_9 port layer - tick interrupt now working but needs tidy up.
2014-01-23 11:51:57 +00:00
8cb6a4f032
Continue working on Zynq demo - tick interrupt now working but needs tidy up.
2014-01-23 11:50:48 +00:00
371f6f359a
Carry on working on the Zynq demo - still a work in progress.
2014-01-22 15:43:27 +00:00
3e430b3801
Carry on working on the Cortex-A/GCC port layer - still a work in progress.
2014-01-22 15:39:58 +00:00
33351b02c9
Beginnings of a project to build the GCC Cortex-A port targeting a Zynq.
2014-01-20 17:55:16 +00:00
86023aa5a6
Beginnings of GCC Cortex-A port - not yet completely converted from IAR version.
2014-01-20 17:53:30 +00:00
d8c135e2dc
Add extern 'C' to FreeRTOS.h.
...
Remove obsolete extern declaration of vTaskSwitchContext() from the MPX430X IAR portmacro.h (other older portmacro.h header files contain the same declaration).
2014-01-17 09:45:02 +00:00
a1b8079df1
Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted.
2014-01-13 20:26:47 +00:00
f01bf9fdc3
Add additional NOP after EINT instruction in MSP430 ports.
2014-01-10 10:38:02 +00:00
a20e75082e
Remove obsolete OpenOCD driver.
2014-01-05 20:41:34 +00:00
1aaa80fba6
Map portTICK_RATE_MS to portTICK_PERIOD_MS.
2014-01-05 20:40:55 +00:00
a56d4b998c
Minor tidy ups that don't effect code generation, plus:
...
When a task is unblocked the need for a context switch is only signalled if the unblocked task has a priority higher than the currently running task, instead of higher than or equal to the priority of the currently running task.
2014-01-05 20:12:20 +00:00
723682f1dd
Minor comment corrections prior to tagging.
2013-12-31 21:30:30 +00:00
a8836b5c43
Change version numbers ready for V8.0.0 release candidate 1 tag.
2013-12-31 20:10:09 +00:00
a44a6fbaeb
Add link to upgrading information.
2013-12-31 19:15:00 +00:00
3705435417
Add the event group interrupt tests to the Win32 demo projects.
2013-12-31 19:10:11 +00:00
8ae3d489fe
Comment the event groups standard demo files.
2013-12-31 19:07:31 +00:00
2aa19f1a14
Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.
...
Move some types defines out of generic kernel headers into feature specific headers.
Convert the function prototype dypedefs to the new _t naming.
2013-12-31 16:45:49 +00:00
38e7554138
Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.
2013-12-30 19:32:29 +00:00
31609c7c3e
Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.
2013-12-30 16:07:34 +00:00
42a2338f1c
Update demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.
2013-12-30 14:06:57 +00:00
e95b482f56
Minor updates to demo projects to ensure correct building with V8 rc1.
2013-12-30 11:24:34 +00:00
f9072e7bac
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-processor defined conditional compilation.
2013-12-30 08:02:11 +00:00
e4965ca03c
Minor updates to demo projects to ensure correct building with V8 rc1.
2013-12-30 07:54:46 +00:00
2b6eb1c5ab
Revert some library files back to using standard types as they are not FreeRTOS files.
2013-12-29 14:55:55 +00:00
b54158d1dc
Replace use of legacy portTYPE macros from old demos and standard demo files.
2013-12-29 14:49:03 +00:00
3e20aa7d60
Replace standard types with stdint.h types.
...
Replace #define types with typedefs.
Rename all typedefs to have a _t extension.
Add #defines to automatically convert old FreeRTOS specific types to their new names (with the _t).
2013-12-29 14:06:04 +00:00
f292243dcf
Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOverflowHook().
2013-12-27 16:30:19 +00:00
3517bbdcce
Remove unnecessary 'signed char *' casts from strings that are now just plain char * types in the FreeRTOS-Plus directory.
2013-12-27 16:23:07 +00:00
653fdb81d5
Continue to remove unnecessary 'signed char *' casts from strings that are now just plain char * types.
2013-12-27 15:49:59 +00:00
da93f1fc4b
Start to remove unnecessary 'signed char *' casts from strings that are now just plain char * types.
2013-12-27 14:43:48 +00:00
b4116a7c7d
Change the type used for strings and single characters from signed char to just char.
2013-12-27 12:10:23 +00:00
b3aa1e90ad
Add additional const qualifiers.
2013-12-24 11:55:38 +00:00
6179690dc9
Don't free xQueue->ucHead if it is NULL.
2013-12-24 10:47:52 +00:00
a3c2f45116
Move the event groups single tasks test out of the common demo file (they are now part of the module tests).
2013-12-23 18:13:29 +00:00
c861e3883d
Add coverage test markers.
2013-12-23 18:11:15 +00:00
64ad1c00b5
In process of module testing event_groups.c.
...
Introduce xPortRunning variable into Win32 simulator port layer.
Add port optimised task selection macro for the GCC Win32 port layer (the MSVC version has had one for a while).
Ensure the event list item value does not get modified by code in tasks.c (priority inheritance, or priority change) when it is in use by the event group implementation.
2013-12-23 16:02:03 +00:00