This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R7: Some tirtos *.h files cannot be located during compile of lock-app

Part Number: CC2652R7
Other Parts Discussed in Thread: SYSBIOS

Within the TI-Matter repository is the following file:

./third_party/ti_simplelink_sdk/repo_cc32xx/kernel/tirtos7/packages/ti/sysbios/family/arm/m3/Hwi.h

I have a collection of sensor controller files from another TI/CCS project that make reference to that Hwi.h header file. My intent is to bring these files over and integrate them with the ./examples/lock-app/cc13x2x7_26x2x7. I am having trouble with files such as Hwi.h.

As I bring over the collection:
   scif.c
   scif_framework.c
   scif_osal_tirtos.c

… and deposit them into the examples/lock-app/cc13x2x7_26x2x7/src directory I get compile errors as the Hwi.h file cannot be located. When building the lock-app there is not the necessary -I compile option supplied such that the Hwi.h can be found.

I have two questions:
1. How would I extend the ./examples/lock-app/cc13x2x7_26x2x7 build process to supply addition -I compiler options?
2. Is it even valid to build the ./examples/lock-app/cc13x2x7_26x2x7 with any logic that references tirtos7 functionality or am I restricted to only freertos?

Thanks in advance!
Steve K.