mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add Trace Hook Macros to all API calls (#786)
This pull-request adds out-of-the-box support for different tracing tools. New trace hook macros have been added for all public API functions, one for each function entry and one for each exit. There are no functional changes, as the macros are by default empty. For more information see following forum post: https://forums.freertos.org/t/add-tracing-functionality-for-all-api-calls/18007.
This commit is contained in:
parent
15e0364968
commit
83861f5b1d
8 changed files with 2357 additions and 3 deletions
1536
include/FreeRTOS.h
1536
include/FreeRTOS.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue