I'm following this wiki to integrate SystemView into my application for tracing RTOS.
I put the patch file inside freertos/source directory, and running the patch command results in the following:
patch -p1 -r . < FreeRTOS_10_4_3.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -rupN org/config/FreeRTOSConfig.h new/config/FreeRTOSConfig.h
|--- org/config/FreeRTOSConfig.h 2020-12-15 19:53:08.000000000 +0100
|+++ new/config/FreeRTOSConfig.h 2021-03-10 13:28:14.645130255 +0100
Also to confirm, the SystemView source files being referred to in the Wiki page include SEGGER_SYSVIEW_FreeRTOS.h & SEGGER_SYSVIEW_FreeRTOS.c, yes?
I put the patch file inside freertos/source directory, and running the patch command results in the following:
patch -p1 -r . < FreeRTOS_10_4_3.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -rupN org/config/FreeRTOSConfig.h new/config/FreeRTOSConfig.h
|--- org/config/FreeRTOSConfig.h 2020-12-15 19:53:08.000000000 +0100
|+++ new/config/FreeRTOSConfig.h 2021-03-10 13:28:14.645130255 +0100
Also to confirm, the SystemView source files being referred to in the Wiki page include SEGGER_SYSVIEW_FreeRTOS.h & SEGGER_SYSVIEW_FreeRTOS.c, yes?