Richard Barry
fd02010886
Kernel changes:
...
+ Made xTaskNotifyGiveFromISR() its own function, rather than a macro that calls xTaskNotifyFromISR() (minor performance improvement).
+ GCC and Keil Cortex-M4F ports now use vPortRaiseBASEPRI() in place of ulPortRaiseBASEPRI() where the return value is not required (minor performance improvement).
Demo changes:
Change the [very basic] FreeRTOS+UDP SAM4E driver to use task notifications rather than a semaphore (execution time now 55% what it was in FreeRTOS V8.1.2!).
Robustness improvements to IntQueue.c standard demo task.h.
Added the latest standard demo tasks, reg test tasks and int q tasks to the SAM4E demo.
2014-12-21 10:26:36 +00:00
Richard Barry
d55e7e77a2
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition.
2014-09-02 22:39:54 +00:00
Richard Barry
a60ce58731
Update version number to 8.1.1 for patch release that re-enables mutexes to be given from an interrupt.
2014-08-29 19:14:23 +00:00
Richard Barry
d33a14b5fb
***IMMINENT RELEASE NOTICE***
...
Update version numbers ready for FreeRTOS V8.1.0 release in about 10 days.
2014-08-16 20:19:40 +00:00
Richard Barry
0bb794301a
Update version number ready for release.
2014-04-24 14:26:36 +00:00
Richard Barry
fa7222ab4a
Update demos that use FreeRTOS+FAT SL to have correct version numbers after the update of FreeRTOS+FAT SL itself.
2014-04-23 14:34:49 +00:00
Richard Barry
e101e7e437
Update version number to V8.0.0 (without the release candidate number).
2014-02-18 14:01:57 +00:00
Richard Barry
853696a991
Add event groups demo to SAM4E demo.
2014-02-16 22:03:39 +00:00
Richard Barry
5a2a8fc319
Update the demo directory to use the version 8 type naming conventions.
2014-02-11 12:04:59 +00:00
Richard Barry
a8836b5c43
Change version numbers ready for V8.0.0 release candidate 1 tag.
2013-12-31 20:10:09 +00:00
Richard Barry
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
Richard Barry
e4965ca03c
Minor updates to demo projects to ensure correct building with V8 rc1.
2013-12-30 07:54:46 +00:00
Richard Barry
f292243dcf
Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOverflowHook().
2013-12-27 16:30:19 +00:00
Richard Barry
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
Richard Barry
040a7c02df
Change the configCPU_CLOCK_HZ setting in the SAM4E demo to use the SystemCoreClock variable.
2013-12-15 10:17:02 +00:00
Richard Barry
c6020ae8b4
Change conf_eth.h to provide additional Rx buffers in SAM4E demo.
2013-11-17 22:15:45 +00:00
Richard Barry
c2bfac68b3
Add link to documentation page inside main_full() of the SAM4E demo.
2013-11-17 15:40:56 +00:00
Richard Barry
0cbd5182a3
Add additional comments to SAM4E demo.
2013-11-17 14:14:22 +00:00
Richard Barry
0865907f3f
Add graphics to the SAM4E demo.
2013-11-16 22:33:51 +00:00
Richard Barry
9e9f9f30b1
Add UDP related commands to SAM4E demo.
2013-11-16 19:19:18 +00:00
Richard Barry
b690b26861
Add standard demo tasks to SAM4E demo.
2013-11-16 18:06:57 +00:00
Richard Barry
dc2e20bb0a
Add SAM4E-EK demo with UDP and CLI. Not yet complete.
2013-11-16 13:27:44 +00:00