summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcHardwarePort.c
Commit message (Collapse)AuthorAgeFilesLines
* Percepio Trace Recorder v4.6.0 (#789)Erik Tamlin2022-11-031-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | * * Percepio Trace Recorder v4.6.0 * Add space between inclusion of header and comment * Fix broken posix build - part 1 * Add percepio timer implementation * Remove delted trace recorder header file * Fix Networking demo build * Fix CLI demo * Fix visual studio version number * Fix core header check * Fix more core checks * Fix last of core checks Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Co-authored-by: Alfred Gedeon <alfred2g@hotmail.com>
* Update to the latest trace recorder library.Richard Barry2017-05-291-186/+0
|
* Update FreeRTOS+Trace recorder library to v3.0.2Richard Barry2015-10-091-5/+6
| | | | Add streaming version of the FreeRTOS+Trace recorder, also V3.0.2
* Final commit before tagging - cosmetic changes only.Richard Barry2015-08-121-39/+38
|
* + New feature added: Task notifications.Richard Barry2014-12-151-70/+86
| | | | | | | | | | | + 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.
* Update trace recorder to include heap tracing and new v8 features.Richard Barry2014-02-171-1/+41
|
* Update FreeRTOS+Trace recorder code.Richard Barry2013-07-161-1/+12
|
* Update to latest FreeRTOS+Trace recorder code.Richard Barry2013-06-051-0/+119