You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/Common
Richard Barry 60538c7480 Common demo tasks:
- Add additional tests to GenQTest.c to test the updated priority inheritance mechanism.
- Slightly increase some delays in recmutex.c to prevent it reporting false errors in high load test cases.

SAMA5D3 Xplained IAR demo:
- Remove space being allocated for stacks that are not used.
- Remove explicit enabling of interrupts in ISR handers as this is now done from the central ISR callback before the individual handers are invoked.
- Reduce both the allocated heap size and the stack allocated to each task.
- Enable I cache.
11 years ago
..
Full Update version number ready for release. 11 years ago
Minimal Common demo tasks: 11 years ago
drivers Update the demo directory to use the version 8 type naming conventions. 11 years ago
ethernet Remove some of the lwip asserts to allow use with 64-bit alignment. 11 years ago
include Ensure demo app files are using FreeRTOS V8 names - a few were missed previously. 11 years ago