summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernelPort.c
Commit message (Collapse)AuthorAgeFilesLines
* Percepio Trace Recorder v4.6.0 (#789)Erik Tamlin2022-11-031-1083/+655
| | | | | | | | | | | | | | | | | | | | | | | | | | * * 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>
* Updated to Percepio Tracealyzer Recorder v4.4.0 (#330)Erik Tamlin2020-10-281-1/+1
| | | | | | * Updated to Tracealyzer Recorder v4.4.0 Added support for FreeRTOS v10.4.1 * Fixed version numbers in USB stream port
* Update #169 -- Percepio Tracealyzer Recorder v4.3.11 (#201)Ming Yue2020-08-131-833/+1083
| | | | | | | * * Pull Request for Percepio Tracealyzer Recorder v4.3.11 * Update Tracealyzer demo config file. Co-authored-by: Erik Tamlin <erik.tamlin@percepio.com>
* Update trace recorder code to the latest.Richard Barry2018-09-061-1/+1
| | | | Some minor changes to enable the configREMOVE_STATIC_QUALIFIER constant to be used by those debuggers that cannot cope with statics being used.
* Update trace recorder code.Richard Barry2018-07-021-164/+392
| | | | Add TCP Echo server to the FreeR_Plus_TCP_Minimal_Window_Simulator project.
* Update to the latest trace recorder library.Richard Barry2017-05-291-102/+488
|
* - Rework the StaticAllocation.c common demo file to reflect the changes to ↵Richard Barry2016-03-291-27/+27
| | | | | | | | the static allocation object create functions from the previous check-in. - Correct various typos in comments. - Add xTimerGetPeriod() function (feature request).
* Final commit before tagging - cosmetic changes only.Richard Barry2015-08-121-2/+2
|
* + New feature added: Task notifications.Richard Barry2014-12-151-5/+21
| | | | | | | | | | | + 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 FreeRTOS+ components and demos to use typedef names introduced in ↵Richard Barry2014-06-201-1/+1
| | | | FreeRTOS V8.
* Update trace recorder to include heap tracing and new v8 features.Richard Barry2014-02-171-23/+35
|
* Update the ucQueueNumber member of the queue structure (used with ↵Richard Barry2013-12-141-2/+2
| | | | FreeRTOS+Trace to be an unsigned portBASE_TYPE instead of an unsigned char.
* Update FreeRTOS+Trace recorder code.Richard Barry2013-07-161-1/+1
|
* Update to latest FreeRTOS+Trace recorder code.Richard Barry2013-06-051-0/+191