]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
[PDK-12010] osal: safertos: Critical Sections Fix
authorDon Dominic <a0486429@ti.com>
Sun, 15 May 2022 06:29:04 +0000 (11:59 +0530)
committerDon Dominic <a0486429@ti.com>
Thu, 26 May 2022 15:08:02 +0000 (20:38 +0530)
commit4f6068dcd00f6c0db39062a758f6e012b1a8a766
tree8d491bc976cb8bb80e7712df43bddc1dbe94605e
parent6a6277a9563f4e2d4b7140b257226f8e83402239
[PDK-12010] osal: safertos: Critical Sections Fix

- Use SafeRTOS portable layer APIs to disable/enable Interrupts in critical sections
  when scheduler is already started and not in ISR
- This is to avoid breakage of critical sections when CSL/OSAL_Arch APIs are also used
  in conjunction

Signed-off-by: Don Dominic <a0486429@ti.com>
packages/ti/osal/src/safertos/HwiP_safertos.c [new file with mode: 0644]
packages/ti/osal/src/safertos/HwiP_safertos_c7x.c
packages/ti/osal/src/src_common_safertos.mk