FreeRTOS-Kernel/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio
Richard Barry 85fb1cc024 + New feature added: Task notifications.
+ Optimise Cortex-M4F ports by inlining some critical section macros.
+ Original ports used a #define to set the path to portmacro.h - that method has been obsolete for years and now all the old definitions have been moved into a separate header files called deprecated_definitions.h.
+ Cortex-M port now check the active vector bits against 0xff when determining if a function is called from an interrupt - previously only a subset of the bits (0x1f) were checked.
+ Add in new standard demo/test files TaskNotify.c/h and include the files in the simulator demos.
+ Update trace recorder code, and some demos to use the new version (more to do).
+ Introduce uxTaskPriorityGetFromISR().
+ Minor typo corrections.
+ Update MingW simulator demo to match the MSVC simulator demo.
2014-12-15 14:13:03 +00:00
..
.settings Demo application related: 2014-08-16 14:29:39 +00:00
src + New feature added: Task notifications. 2014-12-15 14:13:03 +00:00
.cproject Complete RX64M GCC demo. 2014-06-04 09:19:16 +00:00
.HardwareDebuglinker Complete RX64M GCC demo. 2014-06-04 09:19:16 +00:00
.info Demo application related: 2014-08-16 14:29:39 +00:00
.project Complete RX64M GCC demo. 2014-06-04 09:19:16 +00:00
custom.bat Started to create RX64M GCC project - building but not yet converted to new core. 2014-03-20 12:04:49 +00:00
makefile.init Complete RX64M GCC demo. 2014-06-04 09:19:16 +00:00
RTOSDemo HardwareDebug.launch Demo application related: 2014-08-16 14:29:39 +00:00