]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
[MCASP,MCSPI] component.mk fixes and Enable Examples
authorDon Dominic <a0486429@ti.com>
Fri, 2 Jul 2021 18:37:49 +0000 (00:07 +0530)
committerAnkur <ankurbaranwal@ti.com>
Sun, 4 Jul 2021 13:09:09 +0000 (08:09 -0500)
commit151fb6af632bbbb2253d455eb76da461743f6864
treeb40728226272fb2490247f80a4656589953d99f7
parent78146f99b5d24565763551691099568157e3e5be
[MCASP,MCSPI] component.mk fixes and Enable Examples

- Fix setting <example>_XDC_CONFIGURO
  - <rtos> suffix ```$(1)``` was missing and XDC CONFIGURO was not being set for SYSBIOS(tirtos) apps

- Enable all examples back, which was temp disabled due to Jenkins Build failures

- Remove duplicate ```export spi_EXAMPLE_LIST``` present after each rtos app rule

- Other minor cleanups/enhancements which includes
  - Filtering of Board list with DEFAULT BOARD LIST for current RTOS type
  - Filtering of Core list with DEFAULT CORE LIST for current RTOS type
  - Removed unnecassary extra check for ```ifeq (freertos tirtos)``` over ```ifneq (safertos) before adding to examples list
  - Intendations/Proper spaces in b/w $if statements

Signed-off-by: Don Dominic <a0486429@ti.com>
packages/ti/drv/mcasp/mcasp_component.mk
packages/ti/drv/spi/spi_component.mk